Skip to content

Commit

Permalink
feat(stepfunctions): add support for custom CSV delimiters in S3CsvIt…
Browse files Browse the repository at this point in the history
…emReader (#33558)

### Issue # (if applicable)

Closes #33418.

### Reason for this change
CSVDelimiter in ItemReader is not supported in L2 Construct.

Ref: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-itemreader.html#itemreader-field-contents


### Description of changes

Add `csvDelimiter` property.



### Describe any new or updated permissions being added
Nothing.



### Description of how you validated changes
Add a unit test and an integ test.


### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mazyu36 authored Feb 25, 2025
1 parent 8dcbde3 commit 43ae4fc
Show file tree
Hide file tree
Showing 13 changed files with 33,868 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 43ae4fc

Please sign in to comment.