wolfg1969 / mysqlclient-aws-lambda-layer

A shell script to create Lambda Layer of mysqlclient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A shell script to create Lambda Layer of mysqlclient

License:MIT License


Languages

Language:Shell 100.0%