Skip to content

Commit

Permalink
Capitalization on state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Oct 15, 2024
1 parent 7064f31 commit f84ce1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-pipes-targets-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pipe targets are the end point of an EventBridge Pipe. The following targets are
* `targets.EventBridgeTarget`: [Send event source to an EventBridge event bus](#amazon-eventbridge-event-bus)
* `targets.KinesisTarget`: [Send event source to a Kinesis data stream](#amazon-kinesis-data-stream)
* `targets.LambdaFunction`: [Send event source to a Lambda function](#aws-lambda-function)
* `targets.SfnStateMachine`: [Invoke a State Machine from an event source](#aws-step-functions-state-machine)
* `targets.SfnStateMachine`: [Invoke a Step Functions state machine from an event source](#aws-step-functions-state-machine)
* `targets.SqsTarget`: [Send event source to an SQS queue](#amazon-sqs)

### Amazon EventBridge API Destination
Expand Down

0 comments on commit f84ce1c

Please sign in to comment.