Skip to content

Instantly share code, notes, and snippets.

View berniedurfee's full-sized avatar

Bernie Durfee berniedurfee

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