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.
I used VPC Endpoints generated by connecting MySQL databases to an Amplify app with the `data/resource.ts`. When I started noticing the generated Endpoints were generating additional charges, I...
Hi,
We're experiencing an issue with our AWS Amplify setup. After deploying a new branch and connecting it to our custom domain, some functions on the website are missing or not working. However,...
I have an Amplify React app that was working fine about a week ago but now it is redirecting everything to index.html; all js, css, images, favicon.ico, everything! I've scoured the web for a solution...
I am building an app in react native using amplify. I have 2 S3 buckets, one for images and the other for thumbnails which i have set up through amplify configure.
Amplify.configure({
Auth:...
Hello there!
I am using AWS Amplify Analytics with Pinpoint to track my application's metrics.
- I am using Amplify Gen 1 and V6.
- My Pinpoint and Cognito user pool is in the same region...
I have a Next.js 14 application, my Amplify builds randomly timeout after 30minutes with the following error:
**ESLint: ENOMEM: not enough memory, read**
When it does not fail it usually builds...
Hey everyone,
I have following problem: If a user first sign-ups with Email: example@example.com in Cognito and then with a social provider with the same Email: example@example.com, then cognito...
I am calling my AWS AppSync GraphQL API using Python. The API is hosted on AWS amplify. I have entered my AppSync GraphQL endpoint URL correctly.
However I get the following error when I execute a...
Does anyone know why the 'npx ampx sandbox' command throws error as 'unable to get local issuer certificate'?
Whereas the 'npx create next-app' command doesn't have any problem.
Also, the other AWS...
Hey,
I have actually developed an application & deployed it on AWS cloud using the required resources. I have created a path based routing policies for my application using API Gateway Regional API...
I have a monolithic application that needs to run on amplify gen 2, but the issue is, it has a single entry point that serves the frontend as well. The frontend is on /build and the backend on /dist....
I am developing a nextJS app using amplify/appsync/dynamodb.
The deployed app seems to be using a stale version of data stored in dynamodb. The original data set only included 7 records. I added 25...