Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/cognito-user-pool.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Resources:
Properties:
Handler: index.handler
Role: !GetAtt LambdaExecutionRole.Arn
Runtime: python3.6
Runtime: python3.9
Timeout: 60
Code:
ZipFile: |
Expand Down
4 changes: 2 additions & 2 deletions templates/lambda-at-edge.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Resources:
Properties:
Handler: index.handler
Role: !GetAtt UpdateConfigExecutionRole.Arn
Runtime: python3.6
Runtime: python3.9
Timeout: 60
MemorySize: 1536
Code:
Expand Down Expand Up @@ -175,7 +175,7 @@ Resources:
Properties:
Handler: index.handler
Role: !GetAtt EdgeAuthExecutionRole.Arn
Runtime: nodejs14.x
Runtime: nodejs16.x
Timeout: 1
MemorySize: 128
Code:
Expand Down
4 changes: 2 additions & 2 deletions templates/populate-s3-bucket.template
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Resources:
Properties:
Handler: index.handler
Role: !GetAtt LambdaExecutionRole.Arn
Runtime: python3.6
Runtime: python3.9
Timeout: 60
MemorySize: 1536
Code:
Expand Down Expand Up @@ -131,7 +131,7 @@ Resources:
Properties:
Handler: index.handler
Role: !GetAtt LambdaExecutionRole.Arn
Runtime: python3.6
Runtime: python3.9
Timeout: 30
MemorySize: 1536
Code:
Expand Down