Amplitude Experiment Javascript Client SDK
`@rrweb/packer` is a tool to compress rrweb events into a smaller size.
This package contains the shared utility functions used across rrweb packages. See the [guide](../../guide.md) for more info on rrweb.
[](https://www.npmjs.com/package/@aws-amplify/ui-react) [ on how to use this plugin. See the [guide](../../../guide.md) for more info on rrweb.
This is a **types only** package that is used to facilitate dependency injection patterns across the codebase. Components can declare that they need an instance of a certain type that comes from this package and another component can provide the implement
Amplify GraphQL transformer interface definitions
React Native module for aws-amplify push notifications
Contains core logic that needs to be normalized across many packages in the repo. This includes things like error classes, parsing stack name and BackendIdentifiers, and other cross-cutting concerns. Over time, this package will probably have a tendency t
API key stamper for @turnkey/http
Generate API code or type annotations based on a GraphQL schema and statements
Directive definitions for Amplify GraphQL transformers.
Contains [zod](https://zod.dev/) schemas for the data that is stored in stack outputs and metadata. Using zod schemas allows us to generate types for the data as well as validate expected data when reading at runtime.
A framework to transform from GraphQL SDL to AWS CloudFormation.
AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native
Tool for generation samples based on JSON Schema Draft 7
Javascript Server SDK for Amplitude Experiment
XR category of aws-amplify
This package contains all the record related code in rrweb. See the [guide](../../guide.md) for more info on rrweb.
Webauthn stamper for @turnkey/http
GraphQL API code generator
AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native
amplify graphql docs generator plugin
Amplify UI React code generation implementation
Responsible for reading stack output and metadata from deployed stacks and presenting it in a validated and typed format. You could think of this package as our "database client" (but instead of a database, we have CloudFormation metadata and output). It
generic component code generation interface definitions
Responsible for translating stack outputs and metadata (read via the [deployed-backend-client](../deployed-backend-client/README.md)) into client config that can be consumed by the Amplify frontend libraries.
Programmatic interface for generating data models to be used by Amplify frontend libraries.
Abstraction around [AWS Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html) (SSM) for CRUDL options on SSM SecureString values. This package should be used whenever we want to read/write secrets to S
Utility functions to build and interact with the Identify API
Offical Amplitude SDK for Node.js
is-object function part of http://amp.ampersandjs.com.
Iframe-based stamper for @turnkey/http
AppSync GraphQL Api Construct using Amplify GraphQL Transformer.
Contains classes that know how to write stack output in a format that is understood by the Amplfiy platform. This package should be used anywhere we need to write client config output or any other stack output that needs to be consumed after deployment in
Amplify GraphQL schema generator
This package contains the `defineFunction` entry point for customers to define functions in their Amplify backend. This is a layer on top of `cdk.NodejsFunction`.
This package is the entry point for customers to define their Amplify backend using `defineBackend`. It also pulls in functions for defining other feature verticals.
This package contains the `defineAuth` entry point for customers to define auth in their Amplify backend. This is a layer on top of the auth construct in `@aws-amplify/auth-construct` to initialize the construct in the context of an Amplify backend
This package contains the `defineData` entry point for customers to define data in their Amplify backend. This is a layer on top of the data construct in `@aws-amplify/data-construct` to initialize the construct in the context of an Amplify backend
This package contains the `defineStorage` entry point for customers to define storage in their Amplify backend. This is an abstraction on top of `cdk.Bucket`.