Skip to content

Instantly share code, notes, and snippets.

@andyfase
Created June 13, 2016 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyfase/a08918b5ad6d360caaba732cd3695000 to your computer and use it in GitHub Desktop.
Save andyfase/a08918b5ad6d360caaba732cd3695000 to your computer and use it in GitHub Desktop.
{
"Comment": "string",
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"Name": "myblog.mydomain.com",
"Type": "CNAME",
"TTL": 300,
"ResourceRecords": [
{
"Value": "XXXXXXXXXXX.cloudfront.net"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment