Skip to content

Commit

Permalink
correct logging
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Apr 23, 2024
1 parent eda9dea commit 1241bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const lambdaHandler = async (event: APIGatewayProxyEvent): Promise<APIGatewayPro
"nhsd-correlation-id": event.headers["nhsd-correlation-id"],
"nhsd-request-id": event.headers["nhsd-request-id"],
"x-correlation-id": event.headers["x-correlation-id"],
"apigw-request-id": event.requestContext.requestId
"apigw-request-id": event.headers["apigw-request-id"]
})
let responseEntries: Array<BundleEntry> = []

Expand Down

0 comments on commit 1241bfc

Please sign in to comment.