marcus-crane/Cloudfront signer
Generates a signed AWS Cloudfront URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| privateKey | A public key as a string | yes | — |
| expires | The time that your signed URL should last for (unix timestamp) | yes | — |
| url | The URL you would like to sign (incl. any query strings) | yes | — |
| cfDistId | The ID of the Cloudfront distribution you're using | yes | — |
Outputs
| name | description |
|---|---|
| url | A signed Cloudfront URL |