-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat(documentation): Update language in documentation #99
Conversation
Signed-off-by: justintlewis <[email protected]>
Correct grammatical error in operational metrics notice. Signed-off-by: justintlewis <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #99 +/- ##
=======================================
Coverage ? 93.54%
=======================================
Files ? 16
Lines ? 4599
Branches ? 108
=======================================
Hits ? 4302
Misses ? 297
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Co-authored-by: Scott Schreckengaust <[email protected]> Signed-off-by: justintlewis <[email protected]>
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.
There are a few instances where AWS
is in front of the "Generative AI CDK" and some without.
Co-authored-by: Scott Schreckengaust <[email protected]> Signed-off-by: justintlewis <[email protected]>
DEVELOPER_GUIDE.md
Outdated
@@ -1,10 +1,10 @@ | |||
# Developer Guide | |||
|
|||
Generative AI Constructs are built in typescript using Projen (http://projen.io/). This is to support all the associated testing, code checking and compilation for Typescript and Python client. At the moment, there is no dedicated development container, thus you need to configure your local development environment following the steps described below. | |||
Generative AI CDK Constructs are built in TypeScript using Projen (http://projen.io/). This is to support all the associated testing, code checking, and compilation for TypeScript and Python client. At the moment, there is no dedicated development container, thus you need to configure your local development environment following the steps described below. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
DEVELOPER_GUIDE.md
Outdated
|
||
## Testing | ||
|
||
Generative AI Constructs use 2 flavors of testing, unit testing and integration testing. Unit testing targets specific aspects of a construct or one of the functions in the core library. It examines the results and confirms the correct resources are there. For instance, it may call the deployLambdaFunction() in the core library and then confirm that AWS_NODEJS_CONNECTION_REUSE_ENABLED environment variable was set correctly. The unit tests check that certain aspects of the results are correct. You can learn more about unit testing CDK constructs [here](https://docs.aws.amazon.com/cdk/latest/guide/testing.html) and [here](https://aws.amazon.com/blogs/developer/testing-infrastructure-with-the-aws-cloud-development-kit-cdk/). | ||
Generative AI CDK Constructs use two types of testing: unit testing and integration testing. Unit testing targets specific aspects of a construct or one of the functions in the core library. It examines the results and confirms the correct resources are there. For instance, it may call the deployLambdaFunction() in the core library and then confirm that AWS_NODEJS_CONNECTION_REUSE_ENABLED environment variable was set correctly. The unit tests check that certain aspects of the results are correct. You can learn more about unit testing CDK constructs [here](https://docs.aws.amazon.com/cdk/latest/guide/testing.html) and [here](https://aws.amazon.com/blogs/developer/testing-infrastructure-with-the-aws-cloud-development-kit-cdk/). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Signed-off-by: justintlewis <[email protected]>
Co-authored-by: Scott Schreckengaust <[email protected]> Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Signed-off-by: justintlewis <[email protected]>
Co-authored-by: Scott Schreckengaust <[email protected]> Signed-off-by: justintlewis <[email protected]>
Minor langauge tweaks to the readme before public release.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.