-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(CloudControl): Introduces list operations for bunch of services so cloudcontrol can pick them up #11830
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 ✍️ ✅ |
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.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
I have read the CLA Document and I hereby sign the CLA |
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 3m 47s ⏱️ Results for commit 351eab8. ♻️ This comment has been updated with latest results. |
8467298
to
ef36df6
Compare
localstack-core/localstack/services/apigateway/resource_providers/aws_apigateway_resource.py
Outdated
Show resolved
Hide resolved
With the caveat that we don't yet support "simple" identifiers, as this will require looking up the physical resource id field in the spec and constructing a new payload
Path args for regiona and account. Wrap list resources in a try except (some clients throw errors if the resource model is not provided (e.g., apigw)
As discussed with Luca for the usage from the frontend
Aggregate everything under resource type
e317dfc
to
351eab8
Compare
Motivation
In order to support the Resource Overview project we need some:
Changes
Introduce CloudFormation list-types operations to list supported types by cloudcontrol
Relative -ext PR https://github.com/localstack/localstack-ext/pull/3699
/cc @simonrw @dominikschubert