Skip to content

Instantly share code, notes, and snippets.

View nathanielcompton's full-sized avatar

Nathaniel Compton nathanielcompton

View GitHub Profile
@nathanielcompton
nathanielcompton / README.md
Created February 6, 2019 21:32 — 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.


@nathanielcompton
nathanielcompton / aws-lambda-static-type-checker.md
Created March 6, 2019 00:16 — 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: