Questions tagged with AWS Amplify

AWS Amplify is a set of purpose-built tools and features that lets frontend web and mobile developers quickly and easily build full-stack applications on AWS, with the flexibility to leverage the breadth of AWS services as your use cases evolve.

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.

It seems to me that there is a bug in Cloud Quest: Serverless Chatbot Using Private Data | Practice | Step 34/75 Running .startup.sh generates multiple...
1
answers
-1
votes
241
views
asked a month ago
Hi all, can someone help to confirm if AWS amplify provides a static IP address? From my understanding, the IP address you get from DNS lookup will fall within Amazon's Global IP range and is a...
2
answers
0
votes
187
views
AWS
asked a month ago
Hello AWS Community, I am facing an issue with my AWS Amplify deployment where it fails to assume the specified IAM role. The error message I am receiving is: ``` 2024-08-05T07:05:21.726Z [ERROR]:...
3
answers
0
votes
214
views
asked a month ago
Dear all, i have hosted a nextjs based webapp on aws amplify i want to implement waf for this ,based on the some of the links it says to find cloudfront distribution in cloudfront console and...
1
answers
0
votes
376
views
asked a month ago
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
174
views
lky2431
asked 2 months 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
307
views
Dan23
asked 2 months 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
793
views
asked 2 months 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
213
views
shah672
asked 2 months 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
269
views
PaulJD
asked 2 months 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
312
views
asked 2 months 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
231
views
asked 2 months 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
111
views
asked 2 months ago