deadhand777 / aws_lambda_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws_lambda_demo

Copyright (c) 2021, programmingwithalex

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 EventBridge 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

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


Languages

Language:Python 66.0%Language:Dockerfile 29.5%Language:Shell 4.4%