cdk-eventbridge-with-logger
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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',
});

Readme

Keywords

Package Sidebar

Install

npm i cdk-eventbridge-with-logger

Weekly Downloads

5

Version

0.0.3

License

Apache-2.0

Unpacked Size

423 kB

Total Files

246

Last publish

Collaborators

  • jpwesselink