0.0.3 • Published 2 years ago

cdk-eventbridge-with-logger v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago