{"id":21904808,"url":"https://github.com/boostercloud/rocket-static-sites-aws-infrastructure","last_synced_at":"2026-05-07T01:11:29.825Z","repository":{"id":46121874,"uuid":"343673348","full_name":"boostercloud/rocket-static-sites-aws-infrastructure","owner":"boostercloud","description":"Booster rocket to deploy static sites to Booster applications in AWS","archived":false,"fork":false,"pushed_at":"2021-11-12T16:42:54.000Z","size":322,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-02T02:54:02.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boostercloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-02T06:47:07.000Z","updated_at":"2021-11-12T15:24:33.000Z","dependencies_parsed_at":"2022-09-23T06:40:20.640Z","dependency_job_id":null,"html_url":"https://github.com/boostercloud/rocket-static-sites-aws-infrastructure","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostercloud%2Frocket-static-sites-aws-infrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostercloud%2Frocket-static-sites-aws-infrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostercloud%2Frocket-static-sites-aws-infrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boostercloud%2Frocket-static-sites-aws-infrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boostercloud","download_url":"https://codeload.github.com/boostercloud/rocket-static-sites-aws-infrastructure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918708,"owners_count":20531686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T16:19:13.769Z","updated_at":"2026-05-07T01:11:24.791Z","avatar_url":"https://github.com/boostercloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Static Sites Booster Rocket for AWS\n\nThis package is a configurable Booster rocket to add static site deployment to your Booster applications. It uploads your root.\n\n## Usage\n\nInstall this package as a dev dependency in your Booster project (It's a dev dependency because it's only used during deployment, but we don't want this code to be uploaded to the project lambdas)\n\n```sh\nnpm install --save-dev @boostercloud/rocket-static-sites-aws-infrastructure\n```\n\nIn your Booster config file, pass a `RocketDescriptor` in the `config.rockets` array to configuring the static site rocket:\n\n```typescript\nimport { Booster } from '@boostercloud/framework-core'\nimport { BoosterConfig } from '@boostercloud/framework-types'\n\nBooster.configure('development', (config: BoosterConfig): void =\u003e {\n  config.appName = 'my-store'\n  config.rockets = [\n    {\n      packageName: '@boostercloud/rocket-static-sites-aws-infrastructure', \n      parameters: {\n      bucketName: 'test-bucket-name', // Required\n      rootPath: './frontend/dist', // Defaults to ./public\n      indexFile: 'main.html', // File to render when users access the CLoudFormation URL. Defaults to index.html\n      errorFile: 'error.html', // File to render when there's an error. Defaults to 404.html\n      }\n    },\n  ]\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostercloud%2Frocket-static-sites-aws-infrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboostercloud%2Frocket-static-sites-aws-infrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboostercloud%2Frocket-static-sites-aws-infrastructure/lists"}