-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
RuntimeValue code uses invalid '@' char #151
Comments
Thanks for reporting. This library definitely needs some 🤗 -- we haven't really tested it fully yet. |
eladb
pushed a commit
that referenced
this issue
Jun 20, 2018
I commented-out the RuntimeValue section for now. It's part of #142. |
eladb
pushed a commit
that referenced
this issue
Jun 30, 2018
…M parameter "@" is not allowed in SSM parameter keys. Obvsiouly this has never been tested properly, so add an integration test. Fixes #151
eladb
pushed a commit
that referenced
this issue
Jul 2, 2018
Use "/" instead of "@" to delimit package and name in SSM parameter since "@" is not allowed in SSM parameter keys. Obvsiouly this has never been tested properly, so add an integration test. Fixes #151
comcalvi
pushed a commit
that referenced
this issue
Jun 13, 2023
…151) Adding support for the new encryption mode DSSE (aws:kms:dsse). DSSE is a new encryption mode which does double encryption with the kms generated data key. Co-authored-by: Yuandong-Chen <zyz2118acz@gwmail.gwu.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CDK User Guide includes a sample for using RuntimeValues:
This generates a 4xx error from CFN:
Here's what CDK is synthesizing for the CFN template:
The '@' char doesn't seem to be valid for SSM property names.
Source line:
https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/rtv/lib/rtv.ts#L25
The text was updated successfully, but these errors were encountered: