10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"regions": ["all"],
|
|
"functions": {
|
|
"api/**": {
|
|
"memory": 3008
|
|
}
|
|
},
|
|
"rewrites": [{ "source": "/(.+)", "destination": "/api" }]
|
|
}
|