add serverless/aws README

This commit is contained in:
Brandon Liu
2022-07-11 20:26:27 +08:00
parent d3dbce049c
commit 29ae38b34f

17
serverless/aws/README.md Normal file
View File

@@ -0,0 +1,17 @@
## Test Event
```json
{
"Records": [
{
"cf": {
"request": {
"uri": "/tiles/0/0/0.pbf",
"method": "GET",
"headers": {}
}
}
}
]
}
```