This repository will explore different scenarios working with AWS Amplify especially those that go beyond the current documentation. Some code will be suitable to reuse while others will demonstrate challenges or limitations.
-
projects/amplify-graphql-codegen
- (Reusable) Explores configuring and using (NPM) @graphql-codegen/cli with an Amplify Gen2 application. #FlutterFriendly
-
projects/copy-lambda-module-helper
- (Resuable) Helper function to copy lambda code to the Amplify assets directory so that it can be packaged and uploaded.
-
projects/code-from-asset-helper
- (Reusable) A helper to build, bundle and copy a lambda or AppSync function to the Amplify assets directory. (Refactored from projects/copy-lambda-module-helper.)
- npm package: @amplify-playground/code-from-asset-helper
-
projects/amplify-appsync-vitest
- (Reusable) Basic project that demonstrates how to test a JS resolver.
Feel free to contribute improvements, explanations, scenarios, etc.