lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

Make `myfunction` and `9001` configurable? #354

Open mohamed--abdel-maksoud opened 2 years ago

mohamed--abdel-maksoud commented 2 years ago

First, thanks a lot for this life-saving project!

As AWS released their own docker images with slightly different calling conventions, could you make port and function name configurable so lambci can have identical interface to aws?

Thanks!