dugleelabs/AWS Lambda Layer Release
Action lets you release your latest lambda layer version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key_id | AWS_ACCESS_KEY_ID. String | yes | — |
| secret_access_key | AWS_SECRET_ACCESS_KEY. String | yes | — |
| layer_name | AWS lambda layer name. String | yes | — |
| archive | Path to lambda layer zip archive. String | yes | — |
| region | The AWS region for this lambda and layer. Defaults to ap-south-1 (Mumbai). String | yes | ap-south-1 |
| runtimes | List of runtimes. "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "python3.11". String[] | no | — |
| architectures | List of architectures. "x86_64" || "arm64". String[] | no | ["x86_64", "arm64"] |
| s3_bucket | s3 bucket is required if layer exceeds 10MB size. String | no | — |
| functions | Optional Lambda function name(s) to update the layer to latest. String[] | no | [] |
| auto_update | Optional Automatically update all Lambda functions using the layer to the latest layer version. Boolean | no | — |
Outputs
no outputs