| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This package provides an implementation for the @aws-appsync/utils package that is available on AWS.
Tip
To ensure you are using the latest version of this package with LocalStack, start LocalStack with the environment variable
APPSYNC_JS_LIBS_VERSION=refresh localstack start
This will fetch the latest version the first time a JavaScript resolver is executed. On next startup this flag is not needed unless the package needs to be updated.
Alternatively the library can be pinned to a specific Git tag or commit by setting: APPSYNC_JS_LIBS_VERSION=<commit or tag>
We do not yet cover all functionality as provided by AWS AppSync. To request missing functions, or to see our function coverage, please see #19.
The test suite has automatic comparison with AWS. The testing workflow looks like:
test("string", async () => {
await checkValid(`util.dynamodb.toDynamoDB("test")`);
});npm run test:awsnpm run test| Back | FazBrowse Home | New Git URL |