Skip to content

Commit

Permalink
fix: remove unneccessary 'DependsOn' block
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxHarmonium committed Oct 23, 2021
1 parent 2649e29 commit 9276523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/serverless-sns-sqs-lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ Usage
const enabledWithDefault = enabled !== undefined ? enabled : true;
template.Resources[`${funcName}EventSourceMappingSQS${name}Queue`] = {
Type: "AWS::Lambda::EventSourceMapping",
DependsOn: "IamRoleLambdaExecution",
Properties: {
BatchSize: batchSize,
MaximumBatchingWindowInSeconds:
Expand Down

0 comments on commit 9276523

Please sign in to comment.