James Scott-Brown
ee86cb6c82
clarify build instructions for AWS lambda function
...
Doing a clean checkout then npm run build isn't enough to build the Lambda function - it will result in errors like
```
X [ERROR] Could not resolve "fflate"
../../js/index.ts:1:31:
1 │ import { decompressSync } from "fflate";
╵ ~~~~~~~~
You can mark the path "fflate" as external to exclude it from the bundle, which will remove this
error.
```
2023-03-06 16:22:21 +00:00
Brandon Liu
ce6a4dbe0a
fix build and serverless READMEs
2022-11-23 12:06:26 +08:00
Brandon Liu
6b36663d10
serverless README cleanups, wrangler.toml is gitignored
2022-11-23 11:55:57 +08:00
Brandon Liu
d986c418e4
aws README fixes
2022-11-22 10:46:40 +08:00
Brandon Liu
b01d90a1d0
AWS Lambda: add dev/staging CORS configuration variable.
2022-11-21 19:29:36 +08:00
Brandon Liu
1da20f4f49
update AWS Lambda README with API Gateway and content-type details.
2022-11-21 19:29:36 +08:00
Brandon Liu
f3a5e0ab32
fix README aws examples
2022-11-21 19:29:36 +08:00
Brandon Liu
6d866e3507
AWS Lambda: mime types and extensions; remove CORS config from code
2022-11-14 14:39:58 +08:00
Brandon Liu
546cc93b01
update lambda README
2022-10-19 23:16:36 +08:00
Brandon Liu
5d841713ba
Update README.md
2022-08-02 19:22:17 -07:00
Brandon Liu
5787962dcf
Update README.md
2022-07-30 11:39:42 +08:00
Brandon Liu
87c47a23fb
Update README.md
2022-07-23 13:01:17 +08:00
Brandon Liu
02ac315df6
change API gateway path param to 'proxy'
2022-07-22 00:33:37 +08:00
Brandon Liu
e173ca76f6
Update README.md
2022-07-21 23:44:14 +08:00
Brandon Liu
fa97e982e4
Update README.md
2022-07-18 23:06:30 +08:00
Brandon Liu
1570ff0253
lambda version in ZIP; update readme; improve status code responses
2022-07-18 23:01:00 +08:00
Brandon Liu
1fc57a00ec
more AWS notes
2022-07-12 23:49:18 +08:00
Brandon Liu
29ae38b34f
add serverless/aws README
2022-07-11 20:26:27 +08:00