mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
Remove serverless 5min cache for the launch at least
This commit is contained in:
parent
0c8cd86b49
commit
681a8695bb
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ async function handler(event) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
statusCode: error.httpStatusCode || 500,
|
statusCode: error.httpStatusCode || 500,
|
||||||
ttl: 300,
|
|
||||||
body: JSON.stringify(
|
body: JSON.stringify(
|
||||||
{
|
{
|
||||||
error: error.message,
|
error: error.message,
|
||||||
|
|
Loading…
Reference in a new issue