Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)**