Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade runtime nodejs14.x and python3.6 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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