0.0.5 • Published 10 months ago

cdk-sqs-to-eventbridge v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

cdk-sqs-to-eventbridge

This is a CDK construct library that allows you to easily put messages from an SQS queue to an EventBridge event bus

Installation

npm i cdk-sqs-to-eventbridge

Usage

import { SqsToEventbridge } from 'cdk-sqs-to-eventbridge'

declare const eventBus: EventBus;
declare const queue: Queue;

new SqsToEventbridge(this, 'SqsToEventbridge', {
  eventBus: eventBus,
  queue: queue,
});
0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago