Skip to content

Commit f182bfc

Browse files
authored
Update README.md
1 parent 8dbd7ea commit f182bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apigw-dynamodb-python-cdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# API Gateway direct integration to DynamoDB
33

44
This 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

77
Learn 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
```
4545
8. Zip the Lambda function and dependencies
4646
```
47-
zip -r lambda.zip .
47+
zip -r lambda.zip . ; cd
4848
```
4949
9. To generate a cloudformation templates (optional)
5050
```
@@ -79,4 +79,4 @@ pytest tests/test_apigw_dynamodb_python_stack.py
7979
----
8080
Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
8181

82-
SPDX-License-Identifier: MIT-0
82+
SPDX-License-Identifier: MIT-0

0 commit comments

Comments
 (0)