16 lines
194 B
JSON
Executable File
16 lines
194 B
JSON
Executable File
{
|
|
"version": 2,
|
|
"functions": {
|
|
"api/index.py": {
|
|
"memory": 1024,
|
|
"maxDuration": 10
|
|
}
|
|
},
|
|
"routes": [
|
|
{
|
|
"src": "/",
|
|
"dest": "/api/index.py"
|
|
}
|
|
]
|
|
}
|