candidco/Publish Lambda Layer

Publish a Lambda Layer to AWS based on a requirements.txt

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws-access-key-idAWS access key idyes
aws-secret-access-keyAWS secret access keyyes
aws-default-regionAWS default regionnous-east-1
working-directoryThe relative path of a directory containing the requirements.txtno./
layer-nameThe name of the layeryes""
python-runtimeThe compatible python runtime, e.g.: python3.8nopython3.8
additional-python-runtimesA space-delimited list of additional compatible python runtimes, e.g.: python3.7 python3.6no""
namedescription
outputThe output of aws lambda publish-layer-version in compact JSON format (https://docs.aws.amazon.com/cli/latest/reference/lambda/publish-layer-version.html#output)