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

refactor: rename all L1 enum-like members to ALL_CAPS #3024

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

shivlaks
Copy link
Contributor

Dropped the exemption from L1 constructs as all public static properties
should be named using ALL_CAPS.

This is in accordance with the new construct library guidelines.

BREAKING CHANGE:

  • core cfnResourceTypeName is now CFN_RESOURCE_TYPE_NAME in generated code.
  • aws-sam requiredTransform is now REQUIRED_TRANSFORM in generated code.

Please read the contribution guidelines and follow the pull-request checklist.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license


Dropped the exemption from L1 constructs as all public static properties
should be named using ALL_CAPS.

This is in accordance with the new construct library guidelines.

BREAKING CHANGE:
* **core** `cfnResourceTypeName` is now `CFN_RESOURCE_TYPE_NAME` in generated code.
* **aws-sam** `requiredTransform` is now `REQUIRED_TRANSFORM` in generated code.
@shivlaks shivlaks requested a review from a team as a code owner June 24, 2019 07:24
@eladb eladb merged commit 758d496 into master Jun 24, 2019
@eladb eladb deleted the shivlaks/enum-like-members-all-caps-part-deux branch June 24, 2019 08:13
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants