Hacker News new | ask | show | jobs
by zomglings 2233 days ago
Docker setup that allows me to test my functions locally - I have a wrapper that simulates the handoff between AWS ALB and AWS Lambda.

When ready, I merge into master, push, and they deploy to AWS through CI - I have simple Python scripts that manage Lambda Layer creation, environment variable configuration, etc.

Don't really need much more than this.

1 comments

Right, that works. I think that setup does not scale well for large teams or if you are not able to run all your services locally due to resource constraints