Skip to content

Instantly share code, notes, and snippets.

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