Skip to content

Instantly share code, notes, and snippets.

@razor-x
razor-x / apollo-client.ts
Last active December 22, 2022 10:41
AppSync using Apollo Client with subscription support, and custom domain via Lambda@Edge
import type {
NormalizedCacheObject,
PossibleTypesMap,
Resolvers,
TypePolicies
} from '@apollo/client'
import {
ApolloClient as Client,
InMemoryCache,
createHttpLink,