When I run my HttpApi locally and console.log the event object my routeKey is /auth/login:POST, but when I do the same thing on AWS Lambda it says POST /auth/login.
That the local output of event.routeKey also is POST /auth/login.
sam --version: 1.7.0@awsjeffg
Confirmed, here's a sample app that demonstrates the issue:
This has been released in v1.8.0, resolving