Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 21, 2017 18:32
Show Gist options
  • Save pbzona/5610c73b4c7f84f7cf2415c36ad8843f to your computer and use it in GitHub Desktop.
Save pbzona/5610c73b4c7f84f7cf2415c36ad8843f to your computer and use it in GitHub Desktop.
CloudFormation - Procedural code example
x = 1
y = x
print(y) # => prints 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment