Boilerplate template for a universal Sapper app running on top of AWS Lambda and Amazon API Gateway.
npm install
npm run config -- \
--account-id="<accountId>" \
--bucket-name="<bucketName>" \
--hostname="<hostname>" \
--certificate-id="<certificateId>" \
[--region="<region>"]
npm run setup
API_BASE_URL=<APIG URL> npm run dev
- 🐛 invalid client asset URLs
- 😖 hack: Lambda can only
fetch
from non-local/absolute URLs