-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Enhance parity for API Gateway DynamoDB integrations #7753
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
Conversation
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.
Thanks for adding this, LGTM! 🚀
LocalStack integration with Pro 1 files - 2 1 suites - 2 1h 2m 38s ⏱️ - 43m 47s For more details on these failures, see this check. Results for commit 9eca2a5. ± Comparison against base commit 2e97ea1. |
Enhance parity for API Gateway DynamoDB integrations. Follow-up from #7572
The PR also contains a few refactorings, starting to pull more of the service-specific integrations as classes into
integrations.py
Summary of changes:
KinesisIntegration
andDynamoDBIntegration
@patch
decorators for API GW patchesBadRequestException
for incorrect use ofAWS_PROXY
integration (AWS parity)create_rest_api_with_integration
fixture that can used for DDB&Kinesis integration tests (and other integrations in the future)