gerrykou / local-lambda

Test a Python AWS Lambda locally using Docker and Docker compose
1 stars 0 forks source link

LocalStack #1

Open jorgemgomes opened 1 month ago

jorgemgomes commented 1 month ago

Hi :) this is not an issue. Just one question: what's the difference between the local stack and this? why this?

jorgemgomes commented 2 weeks ago

any answer?

gerrykou commented 1 week ago

Hi Jorge, thanks for reaching out! This is just a really simple way of testing a lambda docker image locally. I haven't used Localstack's lambda service, i guess Localstack will give some extra functionality, so it makes sense to explore it. At this repository, the idea is that by using only docker and docker compose with the amazon python lambda base image, you can simply and quickly test your lambda.