diff --git a/serverless.yml b/serverless.yml index fc9193f..aa9fce8 100644 --- a/serverless.yml +++ b/serverless.yml @@ -54,7 +54,8 @@ functions: timeout: 28 # in seconds (API Gateway has a timeout of 29 seconds) memorySize: 2048 events: - - httpApi: '*' + - http: 'GET /' + - http: 'GET /{proxy+}' - schedule: rate: rate(5 minutes) input: