Skip to content

jangroth/writing-aws-lambdas-in-python

Repository files navigation

Writing and testing AWS Lambdas in Python

Example code for

Flow Diagram

How to deploy

Assumes:

  • Understanding of how to build and run AWS SAM applications
  • AWS default profile configured or AWS_PROFILE set

Prerequisites:

  • Python 3.7
  • pip
  • make
  • aws-cli

Tested on:

  • Linux
  • MacOS

Install dependencies

make create-artifact-bucket

Create artifact bucket

Edit ARTIFACT_BUCKET in Makefile to become globally unique. E.g. default-sg-remediation-artifacts-[your account id]

make create-artifact-bucket

Run tests and deploy

make test
make deploy

About

Example repository for article on Medium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published