-
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
Incorrect documentation on overriding resource properties #2174
Comments
Somewhat related: #1595 |
When you say "does not work", what's the error message? |
On it. I'm slowly replacing these hard-coded code examples with snippets (a system of adding tags within comments to identify the beginning and end of a chunk of code to put in the docs). This enables me to test my doc code examples with every release. and avoid making users feel the pain. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation on https://docs.aws.amazon.com/CDK/latest/userguide/cfn_layer.html under the section "Overriding Resource Properties" does not work. The documentation specfies:
Someone found you can use
addPropertyOverride()
though the capitalization becomes important so this block would become:The text was updated successfully, but these errors were encountered: