Skip to content

CDK app that demonstrates how to use Amazon EventBridge to send webhook events to Momento

License

Notifications You must be signed in to change notification settings

garysassano/cdk-aws-eventbridge-webhooks-momento

Repository files navigation

cdk-aws-eventbridge-webhooks-momento

CDK app that demonstrates how to use Amazon EventBridge to send webhook events to Momento.

Prerequisites

  • AWS:
  • Momento:
    • Must have set the MOMENTO_API_KEY and MOMENTO_API_ENDPOINT variables in your local environment.
    • Must have created a cache named momento-eventbridge-cache in your Momento account.
  • Node.js + npm:

Installation

npx projen install

Deployment

npx projen deploy

Usage

CLI App

npx projen demo:cli

Web App

npx projen demo:web

Cleanup

npx projen destroy

Architecture Diagram

Architecture Diagram