Skip to content

Commit

Permalink
[tests] Add an EventSourceMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Sep 23, 2024
1 parent 300de8e commit 4e52152
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/good/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ Resources:
Enabled: true
Type: Canary10Percent5Minutes
Role: DeploymentRoleArn
Events:
MySQSEvent:
Type: SQS
Properties:
Queue: MyQueue
BatchSize: 10

MyStateMachine:
Type: AWS::Serverless::StateMachine
Expand Down

0 comments on commit 4e52152

Please sign in to comment.