Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant