Skip to content

Commit

Permalink
docs(events-targets): add link for Run an ECS task section (#26805)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
tam0ri authored Aug 18, 2023
1 parent a93af2f commit 3305d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-events-targets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Currently supported are:

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

### enable Amazon ECS Exec for ECS Task
### Enable Amazon ECS Exec for ECS Task

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.

Expand Down

0 comments on commit 3305d4f

Please sign in to comment.