Skip to content

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebisbe committed Jul 12, 2024
1 parent c677ac5 commit a0b94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/streamPipes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const streamPipesResource: ServerlessExtended["resources"] = {
dynamodb: "$.detail.dynamodb",
},
InputTemplate:
'{ eventName: "<eventName>", dynamodb: <dynamodb> }',
'{ "eventName": "<eventName>", "dynamodb": <dynamodb> }',
},
DeadLetterConfig: {
Arn: getAttribute("EventsDLQueue", "Arn"),
Expand Down

0 comments on commit a0b94dc

Please sign in to comment.