We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbb9a7 commit de6ca78Copy full SHA for de6ca78
README.md
@@ -1,4 +1,4 @@
1
-# get_python_zip_of_aws_lambda_layers
+# Lambda Layers
2
Create a Python package zip file for use in AWS lambda layers.
3
4
## Enviroment
@@ -10,6 +10,7 @@ Create a Python package zip file for use in AWS lambda layers.
10
## Usage
11
git clone this repository and Type the following command.
12
```bash
13
+mkdir dist
14
docker-compose up --build
15
```
16
0 commit comments