Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.22 KB

README.md

File metadata and controls

10 lines (9 loc) · 1.22 KB

AWS Samples

Small tidbits of AWS code

Samples

  1. API Gateway with Swagger definition - Two sample API endpoints, defined using the OpenApi specification. One of the endpoints has request payload validation built-in
  2. Firehose Demo - Deploys a Kinesis Firehose Delivery Stream with a simple lambda transformer
  3. 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
  4. Long Job Poller - A state machine that can be used to check for the completion of a long running job (via a lambda)
  5. 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
  6. 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