-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
IaC: AWS and CloudFormation features support catalog #13026
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
base: main
Are you sure you want to change the base?
Conversation
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 2h 21m 2s ⏱️ Results for commit 8b3c93d. ♻️ This comment has been updated with latest results. |
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.
edit: oops, sent without the full message 😅
This is great, thanks for adding this! It will be easier to iterate over it collectively 🚀
I think it would be good to add a CODEOWNERS
entry for this module back to our squad, so it'd be easier for review 👍
I only have a comment around the factory of the class, in order to extend it from Pro and allow us to transparently modify behavior of the callers of the class
@staticmethod | ||
@singleton_factory | ||
def get() -> "AwsServicesCatalog": | ||
return AwsServicesCatalog() |
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.
nit: I commented on the wrong PR, but I think this might be better encapsulated in a factory function outside of the class, so it'd be easier to change the factory behavior to return a different class. Here, we're stuck with AwsServicesCatalog
with maybe no way to extend it from Pro
Sorry, this might have been my suggestion 😕
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.
no problem, good point :)
Motivation
Create initial structure for AWS and CloudFormation catalogs.
Changes
AwsServicesCatalog
andCloudFormationCatalog