This is an AWS CDK Construct to make deploying a Frontend Web App (SPA) deploy to S3 behind CloudFront.
Project description
AWS Frontend Web App Deploy Stack
This is an AWS CDK Construct to make deploying a Frontend Web App (SPA) deploy to S3 behind CloudFront.
Install
TypeScript
install by npm
npm install @gammarers/aws-frontend-web-app-deploy-stack
install by yarn
yarn add @gammarers/aws-frontend-web-app-deploy-stack
install by pnpm
pnpm add @gammarers/aws-frontend-web-app-deploy-stack
install by bun
bun add @gammarers/aws-frontend-web-app-deploy-stack
Python
pip install gammarers.aws-frontend-web-app-deploy-stack
C# / .NET
dotnet add package Gammarers.CDK.AWS.FrontendWebAppDeployStack
Example
import { FrontendWebAppDeployStack } from '@gammarers/aws-frontend-web-app-deploy-stack';
new FrontendWebAppDeployStack(app, 'FrontendWebAppDeployStack', {
env: { account: '012345678901', region: 'us-east-1' },
domainName: 'example.com',
hostedZoneId: 'Z0000000000000000000Q',
originBucketName: 'frontend-web-app-example-origin-bucket', // new create in this stack
deploySourceAssetPath: 'website/',
logBucketArn: 'arn:aws:s3:::frontend-web-app-example-access-log-bucket', // already created
});
License
This project is licensed under the Apache-2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gammarers_aws_frontend_web_app_deploy_stack-1.3.11.tar.gz
.
File metadata
- Download URL: gammarers_aws_frontend_web_app_deploy_stack-1.3.11.tar.gz
- Upload date:
- Size: 51.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25314b28360f34e51484f5dfd2c355ce2670bb16758f1da9dbd72acaa3e556ba |
|
MD5 | 58018beb0cf87a63e2cd4d121959c1d7 |
|
BLAKE2b-256 | 8f80953d7b941ce06ff319d6b3b91abc70269e9c988e9d54509da50583a357cd |
File details
Details for the file gammarers.aws_frontend_web_app_deploy_stack-1.3.11-py3-none-any.whl
.
File metadata
- Download URL: gammarers.aws_frontend_web_app_deploy_stack-1.3.11-py3-none-any.whl
- Upload date:
- Size: 49.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 947def1d92598b646ff28c196dec0f9cfea6efbecbeba5d13a4494a9fe354351 |
|
MD5 | 4e61f1d278c794e31c80eebc458f4181 |
|
BLAKE2b-256 | 7cf1b9ad10013d004f958fade89e2cef8fb0f86e3e4aeab194c343dbcb6e3a1a |