Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 420 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 420 Bytes

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