0.0.14 • Published 2 years ago

static-site-cn v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

static-site-cn

This is NPM package for static site on AWS China.

Services

  • S3
  • CloudFront
  • Route53

Install

npm i --save-dev static-site-cn

Use

import {StaticSiteCn} from "static-site-cn";

new StaticSiteCn(stack, "Web", {
    path: "web",
    customDomain: {
        domainName: "{domainName}",
        iamCertificateId: "{iamCertificateId}",
        hostedZone: "{hostedZone}",
    },
    buildCommand: "npm i && npm run build",
    buildOutput: "build",
    // ...
});
0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago