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

feat(core): allow multiple transforms on ITemplateOptions #3395

Merged
merged 3 commits into from
Jul 24, 2019

Conversation

RomainMuller
Copy link
Contributor

This deprecates the templateOptions.transform field and introduces a
new templateOptions.transforms field. When both are specified, the
deprecated field's value is prepended to the new field value, preserving
original behavior.

Fixes #3366


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

This deprecates the `templateOptions.transform` field and introduces a
new `templateOptions.transforms` field. When both are specified, the
deprecated field's value is prepended to the new field value, preserving
original behavior.

Fixes #3366
@RomainMuller RomainMuller requested a review from a team as a code owner July 23, 2019 09:36
packages/@aws-cdk/core/test/test.stack.ts Outdated Show resolved Hide resolved
@RomainMuller RomainMuller merged commit 9565b9b into master Jul 24, 2019
@RomainMuller RomainMuller deleted the rmuller/fix/3366 branch July 24, 2019 10:48
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
jogold added a commit to jogold/aws-cdk that referenced this pull request Nov 25, 2019
Was not included in aws#3395 and leads, among other things, to deprecation warnings
when creating a new RDS Database Instance which uses a serverless application
for the password rotation.
mergify bot pushed a commit that referenced this pull request Nov 28, 2019
* chore: remove usage of deprecated `transform`

Was not included in #3395 and leads, among other things, to deprecation warnings
when creating a new RDS Database Instance which uses a serverless application
for the password rotation.

* addTransform

* add test

* typo
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.

ITemplateOptions.transform only accepts a string value
3 participants