Skip to content

Commit

Permalink
fix: aws-serverless-function template to have python3.7 runtime (#1805
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sriram-mv authored Feb 19, 2020
1 parent bdfd97f commit a22b085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: main.handler
Runtime: python3.6
Runtime: python3.7
CodeUri: .
Timeout: 600

0 comments on commit a22b085

Please sign in to comment.