Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 266 Bytes

Docker required.

$ ./build.sh
$ aws lambda publish-layer-version --layer-name mysqlclient-layer --description "mysqlclient layer" --license-info "MIT" \
--zip-file fileb://mysqlclient-lambda-layer.zip --compatible-runtimes python3.6 python3.7 python3.8