• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
paulSambolin

Serverless Enable API Logs

by

Enables Coudwatch logging for API Gateway events

0
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