serverless-express icon indicating copy to clipboard operation
serverless-express copied to clipboard

Support for Lamda function URL

Open robin-jerome opened this issue 2 years ago • 3 comments

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?

robin-jerome avatar Jan 05 '23 16:01 robin-jerome

What is the problem?

thadeu avatar Mar 30 '23 15:03 thadeu

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.

bflorian avatar Aug 13 '23 16:08 bflorian

Nevermind. I was using the serverless-express package. The @vendia/serverless-express package handles paths just fine.

bflorian avatar Aug 13 '23 16:08 bflorian