terraform.aws-baseline-infra/examples/lambda-layers/README.md

6 lines
230 B
Markdown

# Prepare lambda-layer1 with the following command.
The path is hard-required by AWS. See https://docs.aws.amazon.com/lambda/latest/dg/packaging-layers.html
```bash
pip install requests -t python/lib/python3.12/site-packages/
```