Skip to content

Commit

Permalink
Merge pull request #1667 from juarezjaramillo/fix/payload-version-2.0
Browse files Browse the repository at this point in the history
Add pathParameters and queryStringParameters to payload version 2.0
  • Loading branch information
dherault committed Aug 17, 2024
2 parents f469155 + 2101cb4 commit 7a74692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/events/http/createAuthScheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ export default function createAuthScheme(authorizerOptions, provider, lambda) {
},
routeArn: methodArn,
routeKey: resourceId,
pathParameters: nullIfEmpty(pathParams),
queryStringParameters: parseQueryStringParameters(url),
}
}

Expand Down

0 comments on commit 7a74692

Please sign in to comment.