Skip to content

Commit

Permalink
Add 30 second timeout to Lambda version function
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkent committed Jul 20, 2023
1 parent 6b4fd7a commit 1c0d563
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,7 @@ internal class PublishLambdaTemplate(private val codeHash: String) : Template {
| ZipFile: !Sub |
| $script
| Runtime: nodejs20.x
| Timeout: 30
|
| LambdaVersionExecutionRole:
| Type: AWS::IAM::Role
Expand Down

0 comments on commit 1c0d563

Please sign in to comment.