0.0.3 • Published 10 months ago

cdk-eventbridge-with-logger v0.0.3

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

cdk-eventbridge-with-logger

This is a CDK construct library that allows you to easily create an EventBridge event bus with a CloudWatch log group and a CloudWatch log stream.

Consider this an easy landing without having to think about it.

Usage

import { EventbridgeWithLogger } from 'cdk-eventbridge-with-logger'

new EventbridgeWithLogger(this, 'EventbridgeWithLogger', {
  eventBusName: 'my-event-bus',
});
0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago