Tracked
- NPM Downloads Last Month
- 12382
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
Enables Cloudwatch logging for API Gateway events
...
plugins:
- serverless-enable-api-logs
...
functions:
get:
handler: index.handler
events:
- http:
path: user/{id}
method: get