generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 175
feat(parser): integrate parser with Batch Processing #4408
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d625ed2
Integrated Parser for the SQS event type
sdangol 4e69aec
Removed the parsing from the toBatchType function and created it's ow…
sdangol 0a60d4f
Added test to check for invalid event type
sdangol d0b3d23
Added documentation for the function
sdangol d6d81f9
Moved the build order of parser before the batch processor
sdangol b9ef42b
Added condition to do the extended schema parsing only when a zod sch…
sdangol 8c1ad65
Moved the parser as a dev dependency
sdangol e7c8585
Updated lock file
sdangol b30e3be
Integrated Parser for the DynamoDB event type
sdangol f248e9f
Fixed the tests for DynamoDB record processing
sdangol 7120337
Removed unused imports and unused comments
sdangol b33832f
Integrated Parser for the Kinesis event type
sdangol f1e8f70
Added tests for parser integration with kinesis and some refactoring
sdangol 8322cdc
Merge branch 'main' into feat/parser-integration-batch-processing
dreamorosi ce3fc4f
Fixed the SonarQube finding
sdangol 7c4cba8
Merge branch 'feat/parser-integration-batch-processing' of github.com…
sdangol ee115dd
Marked schema property as protected
sdangol f36d513
Added braces for the default block
sdangol 29da8ff
Implemented parsing with and without the transformers
sdangol 4f38337
Refactored the tests to reduce duplicate code
sdangol e73a331
Merge branch 'main' into feat/parser-integration-batch-processing
dreamorosi b314fb7
Fixed formatting and documentation issues
sdangol 3ec45b2
Merge branch 'feat/parser-integration-batch-processing' of github.com…
sdangol 016394b
Merge branch 'main' into feat/parser-integration-batch-processing
sdangol File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dreamorosi marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.