Update Lambda runtime to Python 3.8
The latest available runtime is Python 3.9, but it's not supported out-of-box by the serverless-python-requirements plugin yet.
This commit is contained in:
parent
7e694ea176
commit
228afb3609
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ package:
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: aws
|
name: aws
|
||||||
runtime: python3.6
|
runtime: python3.8
|
||||||
stage: ${opt:stage, self:custom.defaultStage}
|
stage: ${opt:stage, self:custom.defaultStage}
|
||||||
deploymentBucket:
|
deploymentBucket:
|
||||||
name: ${self:custom.deploymentBucket}
|
name: ${self:custom.deploymentBucket}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue