lambci / docker-lambda

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

how code in lambda to call external service? #278

Closed davidxiao closed 4 years ago

davidxiao commented 4 years ago

Hi, how source code in lambda to communicate with external services, like dynamodb(local and real one)? some configuration?

Thanks

davidxiao commented 4 years ago

i think i opened to learn if it's possible? I understand accessing dynamo could be separate from lambda itself, and but for consistency with real lambda, ideally, it can work closely with dynamoDB without external configuration when connecting dynamodb from lambda