feat(stepfunctions-tasks): Support DynamoAttributeValue.listFromJsonPath#17376
feat(stepfunctions-tasks): Support DynamoAttributeValue.listFromJsonPath#17376mergify[bot] merged 12 commits intoaws:masterfrom rogerchi:master
DynamoAttributeValue.listFromJsonPath#17376Conversation
DynamoAttributeValue.listFromJsonPath
kaizencc
left a comment
There was a problem hiding this comment.
Hi @rogerchi! Thanks for the feature! This looks good, with a small nit. I don't think we need to update the README for this one. Go ahead and take it out, and I will mark this pr-linter/exempt-readme to bypass the PR check.
Instead, can you provide a bit more detail in the PR description as to the motivation for this PR. That will become the commit message when we merge this PR.
Pull request has been modified.
|
Removed README.md changes and updated PR message |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…Path` (aws#17376) Add `DynamoAttributeValue.listFromJsonPath(value: string)` to allow specifying a list/array from the state input as a parameter in a DynamoDB PutItem or UpdateItem optimized integration in stepfunctions-tasks. Closes aws#17375 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add
DynamoAttributeValue.listFromJsonPath(value: string)to allow specifying a list/array from the state input as a parameter in a DynamoDB PutItem or UpdateItem optimized integration in stepfunctions-tasks.Closes #17375
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license