AWS framework for rapidly developing backends for mobile and web applications.
I'm trying to figure out how to access the accessToken, refreshToken, and idToken that I receive back from aws-amplify using …
amazon-web-services authentication aws-amplifyTL;DR: How to delete an amplify environment, when some resources of the service have been deleted manually in the …
amazon-web-services amazon-cognito aws-appsync aws-amplify amazon-cloudfrontI've been using the aws-amplify library with ionic and was wondering how I would check if a user is logged …
amazon-web-services ionic-framework aws-sdk aws-amplifyI am trying to add Login functionality to a React app I'm building using Amplify and AWS Cognito, but when …
reactjs amazon-web-services aws-amplify aws-amplify-cliI'm using Amplify, and have my API Gateway proxying to Lambda. I've enabled CORS on my /{proxy+} and deployed the …
cors aws-amplify amplifyjs aws-amplify-vueIs there a way to retrieve url parameters passed on pages of project built on GatsbyJS? I'm trying to implement …
javascript amazon-cognito gatsby aws-amplify amplifyjsI'm using ReactJS and aws-amplify to execute graphql operations. CODE: import { API, graphqlOperation } from 'aws-amplify'; import { UpdateInput } from './mutations.…
reactjs graphql aws-appsync aws-amplifyDescription of the issue: I'm implementing push notification in my React-Native app using this AWS Amplify doc and testing with …
react-native aws-amplify aws-pinpointI can see the user's assigned User Pool group in the returned user data object in the console after logging …
amazon-web-services amazon-cognito aws-amplifyI am using AWS Amplify library to sign up and perform Auth for an AppSync project. This uses Cognito. However, …
amazon-web-services aws-cognito aws-mobilehub aws-appsync aws-amplify