Skip to content
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

Task: Generate types from CloudFormation resource registry schemas #464

Open
lwoggardner opened this issue Jul 26, 2020 · 0 comments
Open

Comments

@lwoggardner
Copy link
Contributor

With new 3rd party types being defined in the the cloudformation registry, CfnDSL should be able to use these type schemas either dynamically (requires AWS creds) or offline (from a directory of schema files) and then create DSL objects.

One issue is that the prefix for types can now be a 3rd party. ie EC2_Instance is actually AWS::EC2::Instance and now we have possibility of Provider::ResourceCategory::Resource presumably becoming method Provider_ResourceCategory_Resource.

https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant