pukonu/Deploy Web App to AWS
Deploys a webapp to an AWS s3 bucket and then invalidates the cloudfront entry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build_path | The build path to deploy to s3 | yes | — |
| bucket_name | The AWS S3 bucket you will like to deployt to | yes | — |
| bucket_key | The path of the folder you will to deploy to within the S3 bucket | yes | / |
| distribution_invalidation_path | The path in cloudfront to invalidate | no | /* |
| empty_bucket | Empty the bucket before uploading new content | no | false |
Outputs
| name | description |
|---|---|
| aws-deploy-output | A json output from AWS on the deployment |