Skip to content

Commit

Permalink
Increase lambda function timout
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Oct 12, 2021
1 parent 1155fa7 commit 6278c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ functions:
name: IngestImageLambdaFunction-${opt:stage, self:provider.stage, 'dev'}
handler: handler.handler
maximumRetryAttempts: 0
timeout: 10
events:
- s3:
bucket: animl-images-ingestion-${opt:stage, self:provider.stage, 'dev'}
Expand Down

0 comments on commit 6278c58

Please sign in to comment.