AWS Lambda Notifier

The P0 AWS Lambda Notifier lets you route notification events directly to your own AWS Lambda function. Built using the Custom Notifier API, it enables you to trigger custom workflows, integrate with internal systems, or run arbitrary logic in response to notification events from your existing AWS infrastructure.

Use it to:

  • Trigger automation pipelines

  • Forward events to internal alerting systems

  • Apply custom filtering or enrichment

  • Connect with services beyond email or Slack

Before you begin

This guide walks you through setting up your AWS Lambda Notifier. Before diving into the steps, make sure you have installed an AWS function caller component in P0

How to install the AWS function caller component

Installing your AWS Lambda Notifier

  1. Go to p0.app in your browser, navigate to Integrations, and select "AWS Lambda" in the "Notifiers" section.

  1. Within the integration, click the "Add Notifier" button.

  1. Give your AWS Lambda notifier name. This is a user-friendly label that helps you recognize the purpose of the notifier at a glance.

  1. Choose the Lambda function you registered previously via the function-caller.

  1. Complete the setup by clicking "Finish". Your notifier is now active!

Review the Custom Notifier OpenAPI specification

Last updated