amplifyjs Questions

8

I'm using Amplify, and have my API Gateway proxying to Lambda. I've enabled CORS on my /{proxy+} and deployed the API. In my Lambda function, I'm setting the appropriate header in my trivial functi...
Rodd asked 14/4, 2020 at 11:10

0

xIn a react app I'm trying to set up federated sign-in with Google using AWS Cognito. When a user signs in with Google, the federated sign-in is successful and I receive a token from Auth.federated...

3

Overview: After the user receives a Verification Code, the user enters the Verification Code, and the Account Status becomes CONFIRMED. Now that the sign up process is completed, I want to automati...

0

I'm using cognito user pools for user management and using the flow of forgotPassword a confirmation code is sent to the user. For UI purposes I need to validate the code that is sent when I call t...
Roundtheclock asked 10/2, 2021 at 23:40

2

Through Amplify CLI added an API that invokes a lambda that reads the dynamo table. It worked well y'day after the deployment in AWS. Today morning it throws 403 error with no changes being made:...
Polson asked 2/12, 2018 at 8:20

1

I'm trying to set up Cognito to use cookies instead of localStorage for credentials so that I can keep the user logged in between domains, e.g. x.foo.com and y.foo.com. The first step is to get it ...
Docila asked 19/12, 2019 at 11:49

1

Solved

I saw many docs and places saying to use aws-amplify-react but here on the docs to get start with react I saw this package @aws-amplify/ui-react to use the module withAuthentication (which aws-ampl...
Quevedo asked 1/6, 2020 at 22:43

2

Solved

I have an AWS Amplify app using React. I want to be able to only load (or reload) a TaskList component only when the user has successfully signed in. However, the component gets rendered from the v...
Relative asked 26/4, 2020 at 16:4

2

Solved

Is there a way to retrieve url parameters passed on pages of project built on GatsbyJS? I'm trying to implement a password reset function on my page using AWS, but they can only send the parameters...
Juanjuana asked 16/12, 2018 at 7:12

1

Solved

I tried to use example schema on api doc("https://aws-amplify.github.io/docs/cli-toolchain/graphql?sdk=js") like below on Many-To-Many Connections type Post @model { id: ID! title: String! edit...
Crowfoot asked 29/12, 2019 at 2:10

4

This is probably a "JavaScript" question not specific to Vue. I'm trying to import specific modules as an alias but that doesn't appear to be possible. My specific problem is shown below trying to ...
Longhair asked 25/12, 2018 at 19:42

2

Solved

I'm trying to query my items (which have fields of AWS DateTime of CreatedAt and UpdatedAt) for all within a certain date range. For example, the past 48 hours. For example, using this schema: ty...
Cloutman asked 2/1, 2019 at 9:20

1

Solved

I need to clear amplifyjs storage, remove all key-values. Smth similar to localStorage.clear(). Thanks in advance.
Ankney asked 4/6, 2014 at 14:48

2

Solved

I am using amplify.request, and I would like to have CRUD-like URLs when sending data to and from the server. Here is an example: Defining the resource resources = { "document_create" : ['/d/crud...
Scenography asked 29/5, 2012 at 23:55

1

Solved

Is there e way to check if local storage limit is exceeded after a call like this: amplify.store("key", object); What happens if i try to store something bigger than the local storage limit ?
Thorp asked 20/9, 2012 at 7:55
1

© 2022 - 2024 — McMap. All rights reserved.