spring-media / aws-lambda-router

Improved routing for AWS Lambda like SNS and ApiGateway
Apache License 2.0
98 stars 52 forks source link

Log Event Data an Response for Every Request #80

Closed DorZuberi closed 2 years ago

DorZuberi commented 2 years ago

Hello, Is there a way to log the event data and the response of the route on every API call?

xianqugithub commented 2 years ago

I don't think this library has it. You might consider using other tools such as https://awslabs.github.io/aws-lambda-powertools-typescript/latest/core/logger/

DorZuberi commented 2 years ago

Hi @xianqugithub Thanks for the reply, but i ended up wrapping AWS Lambda Router with my own backend library.