jsmrcaga/React App - AWS S3 Deploy
Deploy a static website to an existing or new S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| AWS_S3_REGION | The region where your bucket should be created | no | eu-west-1 |
| AWS_S3_BUCKET_NAME | The name of the bucket to use | yes | "" |
| SITE_DIRECTORY | The directory where your static files are located | yes | ./ |
| AWS_SECRET_KEY | Your AWS secert | yes | — |
| AWS_ACCESS_KEY_ID | Your AWS access key ID | yes | — |
| AWS_CREATE_ARGS | Extra arguments for the create-bucket command | no | "" |
| AWS_WEBSITE_ARGS | Extra arguments for the website command | no | "" |
| AWS_SYNC_ARGS | Extra arguments for the sync command | no | "" |
Outputs
no outputs