Skip to content

Commit

Permalink
Merge branch 'main' into evgenyka-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 16, 2024
2 parents 6652df1 + 7bfb1d6 commit 501949f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-stepfunctions/lib/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export class TaskInput {
* Use an object as task input
*
* This object may contain JSON path fields as object values, if desired.
*
* Use `sfn.JsonPath.DISCARD` in place of `null` for languages that do not support `null` (i.e. Python).
*/
public static fromObject(obj: { [key: string]: any }) {
return new TaskInput(InputType.OBJECT, obj);
Expand Down

0 comments on commit 501949f

Please sign in to comment.