Skip to content

Instantly share code, notes, and snippets.

@hossambarakat
hossambarakat / cf_create_or_update.py
Created March 29, 2022 10:01 — forked from svrist/cf_create_or_update.py
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