Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(stepfunctions-tasks): support FLEX execution class for GlueStartJobRun #30534

Merged
merged 10 commits into from
Jun 20, 2024
Prev Previous commit
Next Next commit
Update packages/aws-cdk-lib/aws-stepfunctions-tasks/README.md
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
mazyu36 and lpizzinidev authored Jun 13, 2024
commit 26248924626dda503ec4ed18f22362f63f0e4f66
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 @@ -1142,7 +1142,7 @@ new tasks.GlueStartJobRun(this, 'Task', {
});
```

Also you can choose execution class by settint the `executionClass` property.
You can choose the execution class by setting the `executionClass` property.

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