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
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
- Queue a Batch job
- Make an AWS API call
See the README of the @aws-cdk/aws-events
library for more information on
CloudWatch Events.