actions-marketplace-validations/AWS Static Web App Update Action
Upload the contents of the specified directory into S3 bucket and optionally invalidates cloudfront distribution.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| location | The location of the directory which contents would be uploaded | yes | — |
| bucket | The name of the S3 bucket where the content would be uploaded | yes | — |
| cache-control | HTTP cache-control mapping. | no | — |
| invalidate | boolean or the cloudfront distribution id, if true then it would use the bucket name to find the associated distribution | no | false |
| wait | boolean, if true then it would wait for the invalidation to complete, default is true | no | true |
| AWS_REGION | Optional if not specified fallbacks to environment variable | no | — |
| AWS_ACCESS_KEY_ID | Optional if not specified fallbacks to environment variable | no | — |
| AWS_SECRET_ACCESS_KEY | Optional if not specified fallbacks to environment variable | no | — |
| AWS_SESSION_TOKEN | Optional if not specified fallbacks to environment variable | no | — |
Outputs
no outputs