Connecting to AWS Lambda via Amazon API Gateway Using REST

In the 9.8.0 release of the PubSub+ event broker, you can configure a REST delivery point (RDP), to extend and produce messages into various Amazon services, such as Simple Notification Service (SNS), Simple Queue Services (SQS) and Lambda, all via the Amazon API Gateway.

Goals

The goal of this tutorial is to demonstrate how to set up an Amazon API Gateway REST connector in a PubSub+ event broker to send messages to a Lambda function from a remote connection. This tutorial will show you how to:

  • Configure the event broker to set up RDPs with a REST connector
  • Send messages to the Lambda function using the Try Me! functionality built into the PubSub+ Broker Manager
  • Review messages in the Lambda logs

Prerequisites

  • Solace PubSub+ Event Broker 9.8.0 or higher
  • Access to PubSub+ Broker Manager (refer to PubSub+ Broker Manager)

Connecting to AWS Lambda via Amazon API Gateway

In the 9.8.0 release of the PubSub+ event broker, the new REST Connector wizard can help you set up and configure integrations to various cloud platforms and their services.

This example shows how to integrate the PubSub+ event broker with AWS Lambda via an Amazon API Gateway.

  1. Log into the PubSub+ Broker Manager.
  2. Launch the connector Click-to-Connect Wizard (refer to Creating a REST Connector with Click-to-Connect).
  3. Click Amazon AWS.

  4. Click Amazon API Gateway then click Authenticate.

  5. Provide a name for the connector and enter the API key for the API Gateway.

    You can get the API key from the AWS console in the API Keys section.

  6. Provide the endpoint path of the API gateway and configure the client profile accordingly.

    You can get the endpoint path from the AWS console in the Stages section.

  7. Click Subscription Setupand set up the subscription for the messages.

  8. Click Create and Enable Connector to finalize the connector creation.

  9. Set up a Lambda function that responds to the messages being sent from the connector.

  10. Use the PubSub+ Broker Manager Try Me! application to send a message.

  11. View the message in the lambda function logs.