Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecbrant committed Feb 22, 2024
1 parent 4071a59 commit da02e83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# @mikecbrant/appsyncjs

Monorepo for npm modules for use with AWS Appsync JS resolver runtime
Monorepo for publishing npm modules for use with AWS Appsync JS resolver runtime development.

# Packages

[@mikecbrant/appsyncjs-cli](packages/cli/README.md)
[@mikecbrant/appsyncjs-test-utils](packages/test-utils/README.md)
| package | description |
| --- | --- |
| [@mikecbrant/appsyncjs-cli](packages/cli/README.md) | CLI utilities for use in `APPSYNC_JS` runtime development. Includes build utility. |
| [@mikecbrant/appsyncjs-test-utils](packages/test-utils/README.md) | Utilities for testing `APPSYNC_JS` resolvers. |
2 changes: 1 addition & 1 deletion packages/test-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @mikecbrant/appsyncjs-test-utils

This is package is inteded to provide utilities suitable conducting both unit and functional testing for AWS AppSync resolvers written in the `APPSYNC_JS` runtime environment.
This is package is intended to provide utilities suitable for conducting both unit and functional testing for AWS AppSync resolvers written in the `APPSYNC_JS` runtime environment.

The `APPSYNC_JS` runtime environment offers a Javascript-like set of features geared at making it easier for developers to write performant resovlers without the need to learn the legacy VTL mapping templates syntax which was formerly the primary means for implementing AppSync resolver logic.

Expand Down

0 comments on commit da02e83

Please sign in to comment.