Skip to content

Instantly share code, notes, and snippets.

View jackgill's full-sized avatar

Jack Gill jackgill

  • DigitalGlobe
  • Boulder, CO
View GitHub Profile
@svrist
svrist / cf_create_or_update.py
Created February 7, 2017 21:34
Update or create a CloudFormation stack given a name and template + params'
'Update or create a stack given a name and template + params'
from __future__ import division, print_function, unicode_literals
from datetime import datetime
import logging
import json
import sys
import boto3
import botocore