stephenbawks/AWS Lambda Layer Builder
Action will create/publish an AWS Lambda Layer from your GitHub Workflow. Does the undifferentiated heavy lifting for you.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| layer-name | Name for the Lambda Layer | yes | — |
| layer-directory | Working directory in repository where requirements file exists | yes | — |
| runtime | AWS Lambda Runtime | yes | — |
| bucketname | AWS S3 Bucket Name where layer will be uploaded | yes | — |
| prefix-folder-path | An optional prefix that will be used for a folder path inside the S3 bucket | — | — |
| principal | An AWS Account ID to grant layer usage permissions to. | yes | — |
| organization-id | An AWS Organization ID to grant layer usage permissions to. Principal must be "*" if this is set. | — | — |
| compatible-runtimes | A list of compatible function runtimes. Used for filtering with ListLayers and ListLayerVersions. | — | — |
Outputs
no outputs