-
Notifications
You must be signed in to change notification settings - Fork 228
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
Update documentation to include changes in aws jslib v0.9.0 #1276
Conversation
There's a version of the docs published here: https://mdr-ci.staging.k6.io/docs/refs/pull/1276/merge It will be deleted automatically in 30 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lots of work to change all the examples 💪🏼. I tested most examples in the main pages (AwsConfig, S3Client, KMSClient, SecretsManagerClient, and SignatureV4), and they work very well.
Unrelated, are we still missing the Kinesis docs?
src/components/shared/blocking-aws-blockquote/blocking-aws-blockquote.view.js
Outdated
Show resolved
Hide resolved
src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 SQSClient.md
Outdated
Show resolved
Hide resolved
src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 SignatureV4.md
Outdated
Show resolved
Hide resolved
src/data/markdown/docs/20 jslib/01 jslib/01 aws/SignatureV4/00 sign().md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few comments, mostly suggestions 😊. Thanks for updating all those examples, that must have taken quite some time!
src/data/markdown/docs/05 Examples/01 Examples/02 http-authentication.md
Show resolved
Hide resolved
src/components/shared/blocking-aws-blockquote/blocking-aws-blockquote.view.js
Outdated
Show resolved
Hide resolved
src/components/shared/blocking-aws-blockquote/blocking-aws-blockquote.view.js
Outdated
Show resolved
Hide resolved
src/components/shared/blocking-aws-blockquote/blocking-aws-blockquote.view.js
Outdated
Show resolved
Hide resolved
src/data/markdown/docs/20 jslib/01 jslib/01 aws/00 SecretsManagerClient.md
Outdated
Show resolved
Hide resolved
...0 jslib/01 jslib/01 aws/S3Client/00 abortMultipartUpload(bucketName, objectKey, uploadId).md
Show resolved
Hide resolved
…ckquote.view.js Co-authored-by: Heitor Tashiro Sergent <[email protected]>
Co-authored-by: Heitor Tashiro Sergent <[email protected]>
src/components/shared/blocking-aws-blockquote/blocking-aws-blockquote.view.js
Outdated
Show resolved
Hide resolved
…ckquote.view.js Co-authored-by: Heitor Tashiro Sergent <[email protected]>
This Pull Request adapts the aws jslib documentation section to fit the changes introduced by version 0.9.0.
This big release makes almost all the APIs facing the user asynchronous and compatible with the
async/await
syntax. Previous releases exposing synchronous codes will stay out there, untouched. Still, as the documentation website is not versioned, only the documentation for the async version will be available once this PR is merged.This is a massive PR, I apologize for that, but I still look forward for you folks spotting all the tiny mistakes and "I forgot" occurrences probably scattered across the PR 🙇🏻