Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajdip-b/python-ecr-lambda-tf
https://github.com/rajdip-b/python-ecr-lambda-tf
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajdip-b/python-ecr-lambda-tf
- Owner: rajdip-b
- Created: 2023-10-14T05:19:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-14T07:39:56.000Z (over 1 year ago)
- Last Synced: 2023-10-15T18:25:04.154Z (over 1 year ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-lambda-ecr-docker-terraform
## Introduction
This project is meant to demonstrate the working of how GitHub Actions
work with AWS Lambda, AWS ECR and Python. We employ a simple stack deployment
using Terraform and later, use GitHub Actions to automatically update the
lambda function for successive pushes.This project is associated to 2 blogs:
- **[Building Serverless Python Apps with AWS Lambda and Docker ](https://dev.to/thecodersden/building-serverless-python-apps-with-aws-lambda-and-docker-3ab2)**
- **[Automating Python Deployments with GitHub Actions, AWS ECR, and AWS Lambda ](https://dev.to/thecodersden/automating-python-deployments-with-github-actions-aws-ecr-and-aws-lambda-1d62)**