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:
Greg Lin 2022-05-03 17:51:10 -05:00
commit 228afb3609

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}