Skip to content

Commit

Permalink
Extend lambda timeout to two minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 8, 2024
1 parent 9007fd8 commit 16769b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class OraCompressionIcav2PipelineManagerStack extends cdk.Stack {
environment: {
ICAV2_ACCESS_TOKEN_SECRET_ID: icav2AccessTokenSecretObj.secretName,
},
timeout: Duration.seconds(60),
timeout: Duration.seconds(120),
memorySize: 1024,
});
// Give the lambda function access to the secret
Expand Down

0 comments on commit 16769b8

Please sign in to comment.