Skip to content

Commit

Permalink
removing reliance on dynamo-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour committed Nov 25, 2023
1 parent 71a1445 commit 3499a26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 deletions src/cloudformation/modules/dynamo-jest-setup.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/cloudformation/modules/lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class Lambda {
return [permission, subscription];
}

private static sqsTrigger(aws: AWSResourcesFor<'sqs' | 'lambda'>, lambdaArn: Value<string>, queueArn: Value<string>, batchSize: Value<number>) {
static sqsTrigger(aws: AWSResourcesFor<'sqs' | 'lambda'>, lambdaArn: Value<string>, queueArn: Value<string>, batchSize: Value<number>) {
aws.lambda.eventSourceMapping({
batchSize: batchSize,
enabled: true,
Expand Down

0 comments on commit 3499a26

Please sign in to comment.