-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New serverless pattern - apigw dynamodb python cdk #2389
base: main
Are you sure you want to change the base?
New serverless pattern - apigw dynamodb python cdk #2389
Conversation
@mayafrieman Thanks for the contribution. Could you please remove the additional dependencies, zip archives, etc from the PR? You could add all required dependencies in requirements.txt and install them before deploying using |
@@ -0,0 +1,53 @@ | |||
{ | |||
"title": "API Gateway direct integration to DynamoDB", | |||
"description": "Create direct integration with API Gateway to DynamoDB showcasing transformation of request/response using VTL and CDK and implement examples for using Cognito, Lambda authorizer and API keys.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description here needs to be lesser than or equal to 150 characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description was changed
Dependencies were removed |
Issue #, if available:
Description of changes:
Adding new pattern for API Gateway direct integration to DynamoDB showcasing transformation of request/response using VTL and CDK and implement examples for using Cognito, Lambda authorizer and API keys.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.