JSPM

@aws-cdk/aws-events-targets

1.6.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 122461
  • Score
    100M100P100Q22393F
  • License Apache-2.0

Event targets for AWS CloudWatch Events

Package Exports

  • @aws-cdk/aws-events-targets

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-cdk/aws-events-targets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Event Targets for AWS CloudWatch Events


Stability: Stable


This library contains integration classes to send AWS CloudWatch Events to any number of supported AWS Services. Instances of these classes should be passed to the rule.addTarget() method.

Currently supported are:

  • Start a CodeBuild build
  • Start a CodePipeline pipeline
  • Run an ECS task
  • Invoke a Lambda function
  • Publish a message to an SNS topic
  • Send a message to an SQS queue
  • Start a StepFunctions state machine
  • Make an AWS API call

See the README of the @aws-cdk/aws-events library for more information on CloudWatch Events.