Merge pull request #124 from rstudio/update-lambda-python

Update Lambda runtime to Python 3.8
This commit is contained in:
Greg Lin 2022-05-04 11:13:50 -05:00 committed by GitHub
commit fc1cba509f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ package:
provider:
name: aws
runtime: python3.6
runtime: python3.8
stage: ${opt:stage, self:custom.defaultStage}
deploymentBucket:
name: ${self:custom.deploymentBucket}