Skip to content

Support guest/unauthorized user? #33

Description

@imshashank

Is there a way to allow un-authorized users for read-only operations?

Similar to -> aws-amplify/amplify-js#711

const client = new AWSAppSyncClient({
    url: AppSync.graphqlEndpoint,
    region: AppSync.region,
    auth: {
        // Amazon Cognito Federated Identities using AWS Amplify
        credentials: () => Auth.currentCredentials()
    },
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions