नमस्ते 🙏🏾
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,546 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 30 commits in 9 repositories
Created 3 repositories
- trivikr/aws-sdk-js-v3-issue999 JavaScript
- trivikr/tsdoc TypeScript
- trivikr/aws-doc-sdk-examples Java
Created a pull request in aws/aws-cdk that received 4 comments
docs(lambda): fix link for bundling asset code
Fixes: #11846 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Opened 32 other pull requests in 9 repositories
aws/aws-sdk-js-v3
3
open
1
closed
9
merged
- fix(middleware-logger): remove $metadata from response.output
- feat(middleware-logger): log clientName, commandName, input, output
- chore: remove logging of clientName and commandName from Command
- fix: experiments with fixing pagination.startingToken being a string
- feat: update clients as of 12/12/2020 with model fixes
- feat: update clients as of 12/11/2020
- chore(url-parser-node): use WHATWG URL instead of url.parse
- fix(codegen): import SENSITIVE_STRING only when used
- feat: update clients as of 12/09/2020
- fix(middleware-sdk-sqs): call next() exactly once in sendMessageMiddleware
- chore(deps-dev): bump @commitlint/cli to 11.0.0
- feat: update clients as of 12/3/2020
- chore(deps-dev): bump typescript to ~4.1.2
awslabs/smithy-typescript
1
open
4
merged
awsdocs/aws-sdk-for-javascript-v3
4
open
1
closed
awsdocs/aws-doc-sdk-examples
3
merged
1
closed
m-radzikowski/aws-sdk-js-v3-issue999
1
merged
microsoft/tsdoc
1
merged
aws-samples/aws-sdk-js-tests
1
merged
AllanZhengYP/cors-test
1
merged
aws/aws-sdk-js
1
merged
Reviewed 15 pull requests in 5 repositories
aws/aws-sdk-js-v3 10 pull requests
- fix(clients): remove retry headers for several services
- fix(clients): generate sdkId in serviceId and default to use arnNamespace as signingName
- feat: update clients as of 12/12/2020
- chore(protocol_tests): updates for latest protocol tests
- feat: add service id config
- fix(shared-ini-file-loader): ignore prohibited profile name
- chore(deps): [security] bump ini from 1.3.5 to 1.3.7
- chore(deps): [security] bump highlight.js from 10.4.0 to 10.4.1
- feat(util-waiter): add waiter utilities package
- chore(deps-dev): bump yarn from 1.22.4 to 1.22.10
nodejs/next-10 2 pull requests
awslabs/smithy-typescript 1 pull request
aws-samples/aws-sdk-js-tests 1 pull request
aws-samples/aws-sdk-js-v3-workshop 1 pull request
Created an issue in aws/aws-sdk-js-v3 that received 1 comment
Pagination doesn't support a complex data type for token
Describe the bug The pagination for scan operation was missing in smithy models as identified in #1712 The fix with updated models was posted in #1774