Questions tagged with AWS Amplify

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hi I am going to use amplify gen 2 in ap-east-1 to create an app. I knew that cognito is recently available in ap-east-1 (early July). I think ap-east-1 have all service required for amplify gen 2....
Accepted AnswerAWS Amplify
1
answers
0
votes
27
views
lky2431
asked 21 hours ago
Is there a code library for the Getting Started tutorials? Having a problem with "Getting Started: Build an iOS Application" and want to compare my Swift code with what it should be. Thanks, Dan
1
answers
0
votes
34
views
Dan23
asked 3 days ago
Hi! I am having some trouble with querying some of my models using GraphQl for my Swift application. I have made a schema.graphql file and set up api and auth using the aws amplify cli. but when I try...
0
answers
0
votes
214
views
asked 5 days ago
i am using the next.js pages directory structure. i am getting this sam build error after removing aws-exports from the pages directory. not just that, to debug the error, I also removed all imports...
0
answers
0
votes
109
views
shah672
asked 6 days ago
This is more of a design question, would love some guidance. I am developing a system with multiple React apps using Vite. Basically I would have apps like the following * Home / Index * Account...
1
answers
0
votes
97
views
PaulJD
asked 7 days ago
Is it possible to specify an IP range for accessing an app deployed with AWS Amplify? I'd like to restrict access so that the app can only be accessed from within a VPN.
1
answers
0
votes
190
views
asked 8 days ago
I'm storing image data in the public bucket. I've noticed sometimes some imgs will fail to download. I had assumed i was doing something wrong and had cleared out the bucket but I can confirm there...
1
answers
0
votes
187
views
asked 8 days ago
In a Gen 1 v 5 project we can do ``` import { Auth } from 'aws-amplify'; ... authInfo = await Auth.currentSession(); let refreshToken = authInfo.refreshToken.token; ``` In Gen 2 v 6, we can do...
0
answers
0
votes
63
views
asked 9 days ago
We have included console.logs for the process.env.GOOGLE_CLIENT_ID. This logs correctly on our locally hosted app, but returns undefined on our deployed app. We definitely have this variable in our...
1
answers
0
votes
51
views
nkechi
asked 9 days ago
I've deployed my dashboard on Amplify which has the quicksight embeddings , and I can view it through the Amplify domain. However, when I share the same domain with others, they cannot view the...
1
answers
0
votes
86
views
asked 9 days ago
I am getting an error when trying to access a secret stored in Secrets Manager from my NextJS 14 app hosted on Amplify Gen 2. Could someone please advise on what is wrong or missing with my setup? I...
2
answers
0
votes
173
views
asked 11 days ago
Hello, I am seeking help with a legacy application that has been working well in production. The backend is built using AWS CDK, and the frontend is an AWS Amplify application (client code only). I...
1
answers
0
votes
245
views
asked 14 days ago