We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39efda1 commit e3bc2ddCopy full SHA for e3bc2dd
src/__tests__/mockAPIGatewayV1Server.ts
@@ -31,7 +31,7 @@ function v1EventFromRequest(
31
// simplify the V1 event down to what our integration actually cares about
32
const event: Partial<APIGatewayProxyEvent> = {
33
// @ts-expect-error (version actually can exist on v1 events, this seems to be a typing error)
34
- version: "1.0",
+ version: '1.0',
35
httpMethod: req.method!,
36
headers: Object.fromEntries(
37
Object.entries(req.headers).map(([name, value]) => {
0 commit comments