diff --git a/cdk/httpApiHealth.ts b/cdk/httpApiHealth.ts index 071df5e1..1d261a78 100644 --- a/cdk/httpApiHealth.ts +++ b/cdk/httpApiHealth.ts @@ -1,6 +1,6 @@ import { APIGatewayProxyResult } from 'aws-lambda' -export const handler = (): APIGatewayProxyResult => ({ +export const handler = async (): Promise => ({ statusCode: 200, headers: { 'Access-Control-Allow-Origin': '*',