Skip to content

Commit 3305d4f

Browse files
authored
docs(events-targets): add link for Run an ECS task section (#26805)
README for aws-cdk-lib.aws_events_targets is missing the link for `Run an ECS task` section. This PR introduces the link. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a93af2f commit 3305d4f

File tree

1 file changed

+2
-2
lines changed
  • packages/aws-cdk-lib/aws-events-targets

1 file changed

+2
-2
lines changed

packages/aws-cdk-lib/aws-events-targets/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Currently supported are:
99

1010
* [Start a CodeBuild build](#start-a-codebuild-build)
1111
* [Start a CodePipeline pipeline](#start-a-codepipeline-pipeline)
12-
* Run an ECS task
12+
* [Run an ECS task](#run-an-ecs-task)
1313
* [Invoke a Lambda function](#invoke-a-lambda-function)
1414
* [Invoke a API Gateway REST API](#invoke-an-api-gateway-rest-api)
1515
* Publish a message to an SNS topic
@@ -416,7 +416,7 @@ rule.addTarget(
416416
);
417417
```
418418

419-
### enable Amazon ECS Exec for ECS Task
419+
### Enable Amazon ECS Exec for ECS Task
420420

421421
If you use Amazon ECS Exec, you can run commands in or get a shell to a container running on an Amazon EC2 instance or on AWS Fargate.
422422

0 commit comments

Comments
 (0)