Skip to content

alexdilley/sapper-serverless-template

Repository files navigation

AWS Serverless Sapper

Boilerplate template for a universal Sapper app running on top of AWS Lambda and Amazon API Gateway.

Build/deploy

npm install
npm run config -- \
  --account-id="<accountId>" \
  --bucket-name="<bucketName>" \
  --hostname="<hostname>" \
  --certificate-id="<certificateId>" \
  [--region="<region>"]
npm run setup

Local sandbox

API_BASE_URL=<APIG URL> npm run dev

Known issues

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published