-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
APIGW: add IntegrationResponse test and fix UpdateIntegrationResponse #12743
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
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 18m 23s ⏱️ - 1h 24m 29s Results for commit 3932483. ± Comparison against base commit 75c84f6. This pull request removes 3737 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 36m 51s ⏱️ Results for commit 3932483. ♻️ This comment has been updated with latest results. |
Test Results - Alternative Providers987 tests 585 ✅ 29m 8s ⏱️ Results for commit 3932483. ♻️ This comment has been updated with latest results. |
recheck |
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.
LGTM! This is a great addition, and this is really nice there's also a fix to have better parity for the UpdateIntegrationResponse
API operation as it now returns the proper values, and also support selectionPattern
! 🚀
I only have a small comment but it is only formatting and this is not blocking, you can update it if you'd like 😄
Welcome to the list of LocalStack's contributors! 🚀
localstack-core/localstack/services/apigateway/legacy/provider.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Ben Simon Hartung <42031100+bentsku@users.noreply.github.com>
Motivation
Adding lifecycle test coverage for the IntegrationResponse resource in API Gateway v1.
Changes
Adding a "test_lifecycle_integration_response", and adding a small fix in provider.py.