Skip to content

Instantly share code, notes, and snippets.

@adenhertog
adenhertog / cloudformation.yaml
Last active January 9, 2017 04:59
cloudformation functions GetAtt FindInMap Join
Fn::FindInMap:
- Region2Principal
- Ref: "AWS::Region"
- EC2Principal
Fn::Join:
- "-"
- - "player"
- Ref: pEnvironment
@adenhertog
adenhertog / new_gist_file.js
Created January 4, 2017 12:13
javascript match regex
"gets the last word in the string".match(/\w+$/)[0]