Serverless Enable Api Logs

homepage icon https://github.com/paulSambolin/serverless-enable-api-logs
Follow @paulSambolin

Tracked

NPM Downloads Last Month
12382
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

serverless-enable-api-logs

Enables Cloudwatch logging for API Gateway events

Resources

Usage

...

plugins:
  - serverless-enable-api-logs

...

functions:
  get:
    handler: index.handler
    events:
      - http:
          path: user/{id}
          method: get