{"id":19657887,"url":"https://github.com/gammarers/aws-frontend-web-app-deploy-stack","last_synced_at":"2026-01-27T21:24:48.542Z","repository":{"id":65665151,"uuid":"582890732","full_name":"gammarers/aws-frontend-web-app-deploy-stack","owner":"gammarers","description":"his is an AWS CDK Construct to make deploying a Frontend Web App (SPA) deploy to S3 behind CloudFront.","archived":false,"fork":false,"pushed_at":"2025-04-18T04:09:39.000Z","size":1611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T12:37:27.406Z","etag":null,"topics":["aws","bucket","cdk","cicd","cloudfront","cloudfront-distribution","deploy","s3","s3-bucket","spa"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gammarers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-28T06:36:38.000Z","updated_at":"2025-04-18T04:06:21.000Z","dependencies_parsed_at":"2023-11-07T21:34:02.809Z","dependency_job_id":"9f73f2ce-e69d-4308-8761-0c33f3ee7c3e","html_url":"https://github.com/gammarers/aws-frontend-web-app-deploy-stack","commit_stats":{"total_commits":338,"total_committers":3,"mean_commits":"112.66666666666667","dds":"0.26331360946745563","last_synced_commit":"50dc3add93fda7e3fba269bd21756651c5a7d98a"},"previous_names":["yicr/frontend-web-app-deploy-stack","gammarer/aws-frontend-web-app-deploy-stack","gammarers/aws-frontend-web-app-deploy-stack"],"tags_count":309,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-frontend-web-app-deploy-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-frontend-web-app-deploy-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-frontend-web-app-deploy-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-frontend-web-app-deploy-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gammarers","download_url":"https://codeload.github.com/gammarers/aws-frontend-web-app-deploy-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251375558,"owners_count":21579470,"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":["aws","bucket","cdk","cicd","cloudfront","cloudfront-distribution","deploy","s3","s3-bucket","spa"],"created_at":"2024-11-11T15:34:47.356Z","updated_at":"2026-01-27T21:24:48.500Z","avatar_url":"https://github.com/gammarers.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Frontend Web App Deploy Stack\n\n[![GitHub](https://img.shields.io/github/license/gammarers/aws-frontend-web-app-deploy-stack?style=flat-square)](https://github.com/gammarers/aws-frontend-web-app-deploy-stack/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-frontend-web-app-deploy-stack?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-frontend-web-app-deploy-stack)\n[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-frontend-web-app-deploy-stack?style=flat-square)](https://pypi.org/project/gammarers.aws-frontend-web-app-deploy-stack/)\n[![Nuget](https://img.shields.io/nuget/v/Gammarers.CDK.AWS.FrontendWebAppDeployStack?style=flat-square)](https://www.nuget.org/packages/Gammarers.CDK.AWS.FrontendWebAppDeployStack/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-frontend-web-app-deploy-stack/release.yml?branch=main\u0026label=release\u0026style=flat-square)](https://github.com/gammarers/aws-frontend-web-app-deploy-stack/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-frontend-web-app-deploy-stack?sort=semver\u0026style=flat-square)](https://github.com/gammarers/aws-frontend-web-app-deploy-stack/releases)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-frontend-web-app-deploy-stack)](https://constructs.dev/packages/@gammarers/aws-frontend-web-app-deploy-stack)\n\nThis is an AWS CDK Construct to make deploying a Frontend Web App (SPA) deploy to S3 behind CloudFront.\n\n## Install\n\n### TypeScript\n\n#### install by npm\n\n```shell\nnpm install @gammarers/aws-frontend-web-app-deploy-stack\n```\n\n#### install by yarn\n\n```shell\nyarn add @gammarers/aws-frontend-web-app-deploy-stack\n```\n\n#### install by pnpm\n\n```shell\npnpm add @gammarers/aws-frontend-web-app-deploy-stack\n```\n\n#### install by bun\n\n```shell\nbun add @gammarers/aws-frontend-web-app-deploy-stack\n```\n\n### Python\n\n```shell\npip install gammarers.aws-frontend-web-app-deploy-stack\n```\n\n### C# / .NET\n\n```shell\ndotnet add package Gammarers.CDK.AWS.FrontendWebAppDeployStack\n```\n\n## Example\n\n```typescript\nimport { FrontendWebAppDeployStack } from '@gammarers/aws-frontend-web-app-deploy-stack';\n\nnew FrontendWebAppDeployStack(app, 'FrontendWebAppDeployStack', {\n  env: { account: '012345678901', region: 'us-east-1' },\n  domainName: 'example.com',\n  hostedZoneId: 'Z0000000000000000000Q',\n  originBucketName: 'frontend-web-app-example-origin-bucket', // new create in this stack\n  deploySourceAssetPath: 'website/',\n  logBucketArn: 'arn:aws:s3:::frontend-web-app-example-access-log-bucket', // already created\n});\n\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammarers%2Faws-frontend-web-app-deploy-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgammarers%2Faws-frontend-web-app-deploy-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammarers%2Faws-frontend-web-app-deploy-stack/lists"}