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...
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...
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]:...
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...
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....
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
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...
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...
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...
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.
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...
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...