dougmoscrop / serverless-http

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
Other
1.72k stars 166 forks source link

add uri param binding #128

Closed DeltaByte closed 1 year ago

DeltaByte commented 4 years ago

Closes #127

DeltaByte commented 4 years ago

@dougmoscrop any other frameworks you specifically want tests written for?

dougmoscrop commented 4 years ago

Hmm, why not just always bind it to req.pathParameters (or just always bind req.event, req.awsContext, etc)?

I like to try to avoid configuration where possible