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

chore(generator): autofix missing property types #314

Merged
merged 2 commits into from
Oct 11, 2020

Conversation

PaulMaddox
Copy link
Contributor

Issue #, if available: #300

Description of changes:
If a resource property is missing a type in the CloudFormation Resource
Specification (see #300), then autofix it to type = 'Json', which will
in turn set it to interface{} in the generated Go structs.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

If a resource property is missing a type in the CloudFormation Resource
Specification (see #300), then autofix it to type = 'Json', which will
in turn set it to interface{} in the generated Go structs.

Do this instead of blocking all builds on missing type information.
@PaulMaddox PaulMaddox merged commit 583d7ee into master Oct 11, 2020
@github-actions
Copy link
Contributor

🎉 This PR is included in version 4.15.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant