Skip to content

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

Notifications You must be signed in to change notification settings

shahabajsshaikh/aws-lambda-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.1%
  • Dockerfile 30.9%