jeffbryner / aws-serverless-kickstart

A practitioner's guide to up and running in AWS with a starter python serverless function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What?

A practitioner's guide to up and running in AWS with a starter python serverless function.

Why?

You are interested in using AWS, learn better by doing rather than sitting through hours of videos, and you'd like a simple repeatable pattern to get you started using serverless tech.

AWS offers plenty of free training, and it's great at explaining the overview of AWS offerings but it can be lengthy and not focused on getting you up and running.

Serverless/lambda in particular is a great place to start but tutorials often don't cover the shortcuts to good practices like least privilege, storing/using secrets, logging, etc.

Modules

Here's what this kickstart covers:

At the end of the tutorial, you'll have a serverless function running in AWS on a regular basis that queries shodan.io and deposits the results in a google spreadsheet: shodan workbook

References

Here's some handy references:

About

A practitioner's guide to up and running in AWS with a starter python serverless function

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%