-
-
Notifications
You must be signed in to change notification settings - Fork 494
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
Unable to deserialize short-form intrinsic functions #521
Labels
Comments
I played around with node deserilization classes and able to correctly parse the short form intrinsic functions. (Using YamlDotNet 4.2.1.0)
|
Closed
Any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is intrinsic functions?
AWS CloudFormation provides several built-in functions that help you manage your stacks. Use intrinsic functions in your templates to assign values to properties that are not available until runtime. Read more
Syntax for the full function name:
Syntax for the short form:
Issue
Short form intrinsic function deserialization fails with
Sample project
ConsoleApp1.zip
The text was updated successfully, but these errors were encountered: