-
Notifications
You must be signed in to change notification settings - Fork 156
feat(parser): add built-in schemas #1788
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 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
aa66d8c
add dynamodb schema
am29d 64c3eb1
add alb
am29d c5127f9
merged feat/v2
am29d f0464ab
add parser to v2 build
am29d f353c7f
fix test
am29d 4a66dec
add alb
am29d 633ce9a
Merge branch 'feat/v2' into feat/praser/built-in-schemas
am29d 6078cb0
add built-in schema
am29d 5bcab2e
add more tests for schemas
am29d 0e9db61
remove index export
am29d fefe01a
merged target
am29d c06989b
add cloudwatch with base64 zlip transform
am29d a4d3852
add throw test case
am29d 7a2a203
formatting
am29d 689ef45
add kafka schema
am29d 7e0dd71
restructured tests
am29d 067fd82
add vpc lattice and lattice v2
am29d 04fd892
s3 event notification should extend eventbridge
am29d 694f389
s3 sqs should extend from sqs
am29d 1408bb9
simplify cloudwatch extract from string
am29d 60b139b
keep message as string, instead of empty object
am29d 1fdac46
fix detail type of eb and field names
am29d f6d09d2
remove duplicated entries
am29d 3f8f4bb
fix homepage URL in readme
am29d ccb51e1
improved test coverage
am29d 208a66f
key and value are always present
am29d d8919d3
cleanup unnecessary definitions, widen peerDep version req
am29d 8eefbe8
Update packages/parser/src/schemas/cloudwatch.ts
am29d eceea76
clean up events, some fields are imaginary
am29d f67a8e1
fix api gw
am29d 955d277
fix broken IP addresses in examples
am29d f165302
add more tests to api gw
am29d 06d5467
fix apigw2 add more tests
am29d 1af893a
add optional scopes to apigwv2
am29d a9cfa6a
add optional field back to api gw, stricter methods for vpc lattice
am29d 2d671d0
add test for messageId refinement
am29d 7cdcc0b
remove redundant entry
am29d dd39001
fix sqs
am29d bd0cefe
add dmarcPolicy for ses
am29d 7b33250
added tests
am29d 51219a8
moved cw function from kinesis, fix imports
am29d bbf5ac3
add parser to build step in ci
am29d d8a040f
use any safely here
am29d 254ebd7
removed console logs
am29d e0dcf23
name, add datetime to strings
am29d 0b6d570
narrow string to datetime
am29d f453246
refine to url
am29d 455b329
imports, remove try/catch
am29d 228217e
add .js extension to imports
am29d e330e51
moved comment, fixed path
am29d 8ce4af6
rename event filename to fix events
am29d 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"resolveJsonModule": true, | ||
"rootDir": "../", | ||
"noEmit": true | ||
}, | ||
"include": [ | ||
"../src/**/*", | ||
"./**/*.*", | ||
"./**/*.json", | ||
"./**/*.*" | ||
] | ||
} |
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
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
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.