Skip to content

Instantly share code, notes, and snippets.

@gergo-dryrun
Created November 20, 2017 09:55
Show Gist options
  • Save gergo-dryrun/ade8d37c0c08133d5dbb22243d70afde to your computer and use it in GitHub Desktop.
Save gergo-dryrun/ade8d37c0c08133d5dbb22243d70afde to your computer and use it in GitHub Desktop.
nested-fn-calls.yaml
      ManagedPolicyName:
        Fn::Sub:
          - prefix-${StackIdSanitised}
          - StackIdSanitised:
              Fn::Select:
                - 2
                - Fn::Split:
                  - /
                  - !Ref AWS::StackId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment