Open robin-jerome opened 1 year ago
What is the problem?
Looks to me like the path
property is not being picked up from the Lambda function URL event. Any path results in a response from the root (/
) route.
Nevermind. I was using the serverless-express package. The @vendia/serverless-express package handles paths just fine.
Is work underway to support Lambda function URLs as mentioned in https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html? Could custom mapper be used to get this to work?