amplify-education / serverless-log-forwarding

Serverless plugin for forwarding CloudWatch logs to another Lambda function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forwarding API Gateway Logs

noanflaherty opened this issue · comments

I'd like to propose the introduction of an option that allows you to forward log records created by API Gateway.

For context, we use serverless in conjunction with the plugins serverless-wsgi and serverless-apigateway-access-logs to host a Python Flask webapp and log its HTTP requests. We'd like these log records to get forwarded to our lambdas as well.