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 have an app built via AWS Amplify that uses Cognito to control my user base. I have created a custom attribute "myAttr" that I am using as a PoC.
I am now trying to add permissions to a DynamoDB...
We're leveraging an **AWS Amplify React application** in the **Mumbai** region (ap-south-1).
Our application utilizes **AWS DynamoDB** for data storage. Our current challenge involves storing data for...
I have an Amplify app using Cognito for userpool authentication. Once a user has signed up and used the code sent via email (all Cognito functionality), they are passed to a custom form where...
Background,
1. I had a domain (Route 53) that expired after a year of use,
2. I renewed that domain from route 53,
3. It has CNAME, SOA, TXT and NS ( while i look at this from route 53 hosted...
How to write a cloudformation template which create a website hosted on AWS amplify with a button which on click will invoke a lambda function
I made a website to act as my resume. I made it while I was trying to learn about aws.
I logged in after a year only to find the application missing in the management console. However, the website is...
![amplifyscreenshot](/media/postImages/original/IMFBlJqkBmQdWgPlKYc0t9gw)
Hello,
I'm trying to deploy my landing page utilizing Next.js and as I go through the normal steps to deployment, it...
I'd like to use Amplify's Authenticator in a React project.
I've installed the relevant packages using the following command:
`npm add --save-dev @aws-amplify/backend@latest...
I have a NextJS 14.2.4 app deployed via the Amplify Console (Gen 2). **I am not using Amplify CLI.** I created the app with `create-next-app`. I am leveraging Simple Email Service to send an email...
like title, i want to sort Amplify Data by updateAt, what can i do ? Thanks
its my code:
const { data: tosos,nextToken: newNextToken, errors } = await client.models.todos.list({
limit:5,
...
How can a management account setup the architecture in AWS member accounts without having the access to the resources in member AWS accounts.
The management account want to maintain updates in the...
I am deploying and hosting a NextJS 14 app using AWS Amplify Console tied to a repo. I plan to attach a custom domain. I am not using Amplify CLI. I am using Simple Email Service, via...