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(cdk): treat the "fake" CFN intrinsics specially when stringifying JSON #1605

Merged
merged 1 commit into from
Jan 23, 2019

Commits on Jan 23, 2019

  1. feat(cdk): treat the "fake" CFN intrinsics (Fn::GetArtifactAtt, Fn::G…

    …etParam) specially when stringifying JSON.
    
    Fn::GetArtifactAtt and Fn::GetParam are not really intrinsics,
    they're functions that can be used only in CodePipeline CFN Actions,
    in the `parameterOverride` property.
    
    More information: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html
    
    Fixes aws#1588
    skinny85 committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    d092488 View commit details
    Browse the repository at this point in the history