Setting up testing environment with Docker and AWS Lambda

Hey there! I need to set up a testing environment using Docker to test an applications serverless offline functions (AWS Lambda) with Postman. I’m able to successfully build the PostGRES container and the Serverless Container will run but is not mounting the apps files. I wonder if I need to use another service in addition to Docker and Lambda? Is it necessary to also implement an EC2 or LocalStack plugin? What is the preferred method? Thanks so much in advance!

  • Aimee ( Intern on a mission! )