vandium-io / lambda-tester

Helper for unit testing AWS Lambda functions
BSD 3-Clause "New" or "Revised" License
272 stars 51 forks source link

Can you test lambdas that use layers? #68

Open anagai opened 3 years ago

anagai commented 3 years ago

My lambda function has this path to layers /opt/models/xxxx.js

Is there a way to map that kind of path to a different location in my repo file structure before running the tests?