bernestoalberto/Deploy to AWS-S3 with Node
Deploy a static website via AWS S3 with Node.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 5, 2025
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bernestoalberto/github-actions-s3-javascript@b45c621a7c905572c6e952fb4e2febebafa53e0a # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket | The S3 bucket name. | yes | — |
| bucket-region | The region of the S3 bucket. | no | us-east-1 |
| dist-folder | The folder containing the deployable files. | yes | — |
Outputs
| name | description |
|---|---|
| website-url | The URL of the deployed website. |