Merge pull request #124 from rstudio/update-lambda-python
Update Lambda runtime to Python 3.8
This commit is contained in:
commit
fc1cba509f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue