• Pricing
paulSambolin

Serverless Enable API Logs

by

Enables Coudwatch logging for API Gateway events

95.9k
13
  1. Serverless Enable API Logs

serverless-enable-api-logs

Enables Cloudwatch logging for API Gateway events

Resources

  • Github
  • NPM

Usage

...

plugins:
  - serverless-enable-api-logs

...

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

Contents

  • serverless-enable-api-logs
  • Resources
  • Usage

Related

GuidesPluginsExamplesSlack CommunitySupport
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy