Small tidbits of AWS code
- API Gateway with Swagger definition - Two sample API endpoints, defined using the OpenApi specification. One of the endpoints has request payload validation built-in
- Firehose Demo - Deploys a Kinesis Firehose Delivery Stream with a simple lambda transformer
- Firehose Record Converter - Deploys Glue resources, a Kinesis Firehose Delivery Stream with record conversion enabled and a lambda that gets pedestrian count data from the City of Melbourne dataset at 15mins interval
- Long Job Poller - A state machine that can be used to check for the completion of a long running job (via a lambda)
- Panda python data library as a layer - Deploys a lambda layer containing the python panda data manipulation library and a sample lambda referencing that library
- Old School Web App - Example of how a hello world flask application can be deployed on EC2, complete with custom AMI creation and high-availability. Good for learning simple networking concepts on AWS