Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 378 Bytes

This directory lets you test Lambda layers using Docker, either automatically or manually.

First, build the layers.

Then, run the automated tests:

make test

To test the layers manually (for example to troubleshoot something), start the containers:

make run

In another terminal, send test requests:

make test-function
make test-fpm