aasmal97/Deploy Static App to AWS
Deploys a static app (SPA, SSG or static pages) to an S3 bucket, and then invalidates the Cloudfront cache for it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 28, 2025
- License
- None
Pinned Snippet
uses: aasmal97/deploy-static-app-to-aws@136a2e59975de507b4d7b25ace68c103f77cdfdd # v2.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | — | yes | — |
| aws_access_key_id | — | yes | — |
| aws_secret_access_key | — | yes | — |
| cloudfront_distribution_id | — | yes | — |
| bucket_name | — | yes | — |
| app_secrets | — | no | {} |
| node_verison | — | no | 20 |
| path_to_app | — | no | ./ |
| build_dir | — | no | ./build |
| secrets_prefix | — | no | .* |
| env_file_name | — | no | "" |
| destination_path | — | no | — |
Outputs
no outputs