CDK app that demonstrates how to use Amazon EventBridge to send webhook events to Momento.
- AWS:
- Must have authenticated with Default Credentials in your local environment.
- Must have completed the CDK bootstrapping for the target AWS environment.
- Momento:
- Must have set the
MOMENTO_API_KEY
andMOMENTO_API_ENDPOINT
variables in your local environment. - Must have created a cache named
momento-eventbridge-cache
in your Momento account.
- Must have set the
- Node.js + npm:
- Must be installed in your system.
npx projen install
npx projen deploy
npx projen demo:cli
npx projen demo:web
npx projen destroy