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 b93b393 commit d509ee7Copy full SHA for d509ee7
src/index.ts
@@ -37,7 +37,7 @@ type APIGatewayEvent = Omit<APIGatewayProxyEvent, 'requestContext'> & {
37
}
38
39
const U = undefined
40
-const EXP = /\/.+\/with\/([0-9]+)\/([0-9]+)\/(.+)/
+const EXP = /\/.+\/([0-9]+)\/([0-9]+)\/(.+)/
41
42
export const handler: Handler = async ({
43
queryStringParameters,
0 commit comments