Skip to content

Instantly share code, notes, and snippets.

@omidmaldar
omidmaldar / gist:93f53a8d40881f4e05ad28429d7f70a7
Created March 17, 2021 09:04 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@omidmaldar
omidmaldar / introrx.md
Created September 23, 2020 06:06 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
from botocore.credentials import RefreshableCredentials
from botocore.session import get_session
from boto3 import Session
def assumed_session(role_arn, session_name, session=None):
"""STS Role assume a boto3.Session
With automatic credential renewal.