hi3l0 / aws-lambda-demo

Demo covering how to deploy a python app from your local machine to AWS lambda automatically with a CI/CD pipeline with GitHub Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-lambda-demo

Description

This repo serves as a reference for the YouTube playlist found here.

This video will cover end-to-end how to:

  • containerize a lambda function locally
  • push the image to AWS manually
  • push the image to AWS with CI/CD using GitHub Actions
  • scheduling the lambda function to run as a recurring cron job
  • building custom AWS CloudFormation to automate creation of lambda function
  • an update to the CI/CD GitHub Action that caches the Docker image on AWS ECR, speeding up run time

License

BSD 3-Clause License

About

Demo covering how to deploy a python app from your local machine to AWS lambda automatically with a CI/CD pipeline with GitHub Actions.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 69.1%Language:Dockerfile 30.9%