-
Notifications
You must be signed in to change notification settings - Fork 436
refactor(parser): convert functional tests to unit tests #2656
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
heitorlessa
merged 30 commits into
aws-powertools:develop
from
leandrodamascena:parser/tests
Jul 5, 2023
Merged
Changes from 18 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d52670f
moving function tests to unit tests
leandrodamascena d01c543
moving + refactoring apigwv2
leandrodamascena 75f9eab
moving + cloudwatch
leandrodamascena dc7f5e9
moving + cloudwatch logs
leandrodamascena 9ed3436
moving + dynamodb
leandrodamascena f12d5fc
moving + eventbridge
leandrodamascena 471194a
moving + sqs
leandrodamascena 0bffaed
moving + ses
leandrodamascena 5942537
moving + kafka
leandrodamascena 264ed99
moving + lambda url
leandrodamascena 5b30d5d
moving + s3
leandrodamascena 1ef5b01
moving + sns
leandrodamascena 80f42a8
moving + firehose
leandrodamascena b097c12
moving + s3 events
leandrodamascena f76115b
moving + kinesis + refactor
leandrodamascena f3c9d9e
code coverage
leandrodamascena 3a1f800
Merge branch 'develop' into parser/tests
leandrodamascena 4999848
Merge branch 'develop' into parser/tests
heitorlessa 9e6e219
refactoring apigw
leandrodamascena 56ff353
refactoring apigwv2
leandrodamascena 8ed4c41
refactoring cloudwatch
leandrodamascena cf2c0df
refactoring dynamodb
leandrodamascena 5e141e5
refactoring eventbridge
leandrodamascena 60c529f
refactoring kafka
leandrodamascena 1ff0de9
refactoring kinesis
leandrodamascena 8025b3c
refactoring kinesis
leandrodamascena 37f7c4b
refactoring lambdaurl + s3
leandrodamascena 2d52c77
refactoring s3 + s3s + sns
leandrodamascena b716971
refactoring ssqs + lattice
leandrodamascena 327e093
refactoring parser
leandrodamascena 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"Records": [ | ||
{ | ||
"kinesis": { | ||
"kinesisSchemaVersion": "1.0", | ||
"partitionKey": "1", | ||
"sequenceNumber": "49590338271490256608559692538361571095921575989136588898", | ||
"data": "eyJtZXNzYWdlIjogInRlc3QgbWVzc2FnZSIsICJ1c2VybmFtZSI6ICJ0ZXN0In0=", | ||
"approximateArrivalTimestamp": 1545084650.987 | ||
}, | ||
"eventSource": "aws:kinesis", | ||
"eventVersion": "1.0", | ||
"eventID": "shardId-000000000006:49590338271490256608559692538361571095921575989136588898", | ||
"eventName": "aws:kinesis:record", | ||
"invokeIdentityArn": "arn:aws:iam::123456789012:role/lambda-role", | ||
"awsRegion": "us-east-2", | ||
"eventSourceARN": "arn:aws:kinesis:us-east-2:123456789012:stream/lambda-stream" | ||
} | ||
] | ||
} |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.