Skip to content

Commit

Permalink
README.md を更新
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
badmintoncryer and lpizzinidev committed Mar 8, 2024
1 parent e9acd06 commit 6661ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-stepfunctions-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ new tasks.GlueStartJobRun(this, 'Task', {

### StartCrawlerRun

You can call the `startCrawler` API from a `Task` state through AWS SDK service integrations.
You can call the [`StartCrawler`](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-crawler-crawling.html#aws-glue-api-crawler-crawling-StartCrawler) API from a `Task` state through AWS SDK service integrations.

```ts
new tasks.GlueStartCrawlerRun(this, 'Task', {
Expand Down

0 comments on commit 6661ee0

Please sign in to comment.