File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apigw-dynamodb-python-cdk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# API Gateway direct integration to DynamoDB
33
44This pattern shows how to create an API Gateway with direct integration to DynamoDB.
5- The pettern showcase transformation of request/response using VTL and CDK and implement examples for using Cognito, Lambda authorizer and API keys.
5+ The pattern showcase transformation of request/response using VTL and CDK and implement examples for using Cognito, Lambda authorizer and API keys.
66
77Learn more about this pattern at Serverless Land Patterns: [ Serverless Land Patterns] ( https://serverlessland.com/patterns/apigw-dynamodb-python-cdk ) .
88
@@ -44,7 +44,7 @@ cd src; pip install pyjwt --target .
4444```
45458 . Zip the Lambda function and dependencies
4646```
47- zip -r lambda.zip .
47+ zip -r lambda.zip . ; cd
4848```
49499 . To generate a cloudformation templates (optional)
5050```
@@ -79,4 +79,4 @@ pytest tests/test_apigw_dynamodb_python_stack.py
7979----
8080Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
8181
82- SPDX-License-Identifier: MIT-0
82+ SPDX-License-Identifier: MIT-0
You can’t perform that action at this time.
0 commit comments