Skip to content

Instantly share code, notes, and snippets.

View sqlheisenberg's full-sized avatar
🏠
Working from home

Dzenan Dzevlan sqlheisenberg

🏠
Working from home
View GitHub Profile
@sqlheisenberg
sqlheisenberg / aws-identity-post-reinforce-2019.md
Created February 18, 2020 16:30 — forked from mchancloud/aws-identity-post-reinforce-2019.md
AWS Identity post re:Inforce 2019 launches, sessions, and blogs

aws-identity-1500x300

Are you one of the many who didn't have a chance to go to re:Invent 2019? Here's a curated list of post re:Inforce AWS Identity sessions and related blogs. Use this to help you assess if these new features are right for you! Also check out the AWS Identity keynote, where you'll hear how the identity space has evolved and how AWS is making identity, access control, and resource management easier for everyone.

Workforce Identity

Launch announcements

@sqlheisenberg
sqlheisenberg / aws-identity-post-reinforce-2019.md
Created February 18, 2020 16:30 — forked from mchancloud/aws-identity-post-reinforce-2019.md
AWS Identity post re:Inforce 2019 launches, sessions, and blogs

aws-identity-1500x300

Are you one of the many who didn't have a chance to go to re:Invent 2019? Here's a curated list of post re:Inforce AWS Identity sessions and related blogs. Use this to help you assess if these new features are right for you! Also check out the AWS Identity keynote, where you'll hear how the identity space has evolved and how AWS is making identity, access control, and resource management easier for everyone.

Workforce Identity

Launch announcements

@sqlheisenberg
sqlheisenberg / disable-ipv6.sh
Created February 10, 2018 15:32 — forked from kwilczynski/disable-ipv6.sh
Amazon Linux OS tweaks
#!/bin/bash
set -u
set -e
set -o pipefail
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
cat <<'EOF' > /etc/modprobe.d/blacklist-ipv6.conf
@sqlheisenberg
sqlheisenberg / aws-lambda-static-type-checker.md
Created January 6, 2018 21:54 — forked from alexcasalboni/aws-lambda-static-type-checker.md
AWS Lambda Static Type Checker Example (Python3)

How to use Python3 Type Hints in AWS Lambda

TL;DR

Static Type Checkers help you find simple (but subtle) bugs in your Python code. Check out lambda_types.py and incrementally improve your code base and development/debugging experience with type hints.

Your Lambda Function code will go from this:

@sqlheisenberg
sqlheisenberg / reinvent-2017-youtube.md
Created December 7, 2017 18:36 — forked from stevenringo/reinvent-2017-youtube.md
Links to YouTube recordings of AWS re:Invent 2017 sessions

| Title | Description

# supervisor
#
# Author: Günter Grodotzki <gunter@grodotzki.co.za>
# Version: 2015-04-25
#
# set param "SUPERVISE=enable" to activate
#
packages:
yum:
python27-setuptools: []
@sqlheisenberg
sqlheisenberg / README.md
Created October 30, 2016 18:34 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


Index: