taxintt/lambda-zip-file-upload-action
GitHub Action to upload zip file to S3 Bucket for AWS Lambda deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-dir | Source directory containing files to package | no | . |
| s3-bucket | S3 Bucket name | yes | — |
| s3-key | S3 Object key (path in the bucket) | no | — |
| exclude | Glob patterns for files to exclude from package | no | — |
Outputs
| name | description |
|---|---|
| s3-bucket | S3 bucket name |
| s3-key | S3 object key |
| s3-uri | Full S3 URI (s3://bucket/key) |
| zip-size | Size of uploaded zip file in bytes |