1xtr/Publish AWS Lambda layer
GitHub Action to publish AWS Lambda layers
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Aug 24, 2026
- Maintenance Recency
- Stalelast commit Jan 23, 2023
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 1xtr/publish-layer-version@37234741e52b434df9fdae9bd773f1a98cdd3ae7 # v1.0.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| zip_file | Path to zip file of layer | yes | — |
| layer_name | Layer name | yes | — |
| layer_desc | Layer description | — | — |
| arch | Layer Compatible Architectures ("x86_64","arm64"). | — | — |
| runtime | The identifier of the function runtime ("nodejs18.x","nodejs16.x"). | — | — |
Outputs
no outputs