We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf68a1 commit cf08bacCopy full SHA for cf08bac
backend/layers/requirements.txt
@@ -1,4 +1,3 @@
1
requests==2.22.0
2
cognitojwt==1.1.0
3
-aws-lambda-powertools==1.0.0
4
boto3==1.10.34
backend/shoppingcart-service.yaml
@@ -25,6 +25,8 @@ Globals:
25
Tracing: Active
26
AutoPublishAlias: live
27
Runtime: python3.8
28
+ Layers:
29
+ - !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPython:3
30
Environment:
31
Variables:
32
TABLE_NAME: !Ref DynamoDBShoppingCartTable
0 commit comments