Category "aws-amplify"

Using AWS cognito id token instead of access token

After login, AWS cognito provides access token and id token. In the backend I was wondering if I can use ID token instead of access token for authorization. Som

Amplify publish command stopped working on Azure DevOps Pipeline

I had a perfectly working AWS Amplify deployment CI\CD pipeline on Azure DevOps, configured by using Amplify CLI as mentioned in Headless mode for CI/CD for my

Does anyone know why I'am getting error during amplify init ? I checked the memory is not full?

ec2-user:~/environment/wild-rydes (master) $ amplify init Downloading release from https://d2bkhsss993doa.cloudfront.net/8.0.2/amplify-pkg-linux-x64.tgz node:i

AWS Amplify: DevTools failed to load SourceMap: Unexpected token < in JSON at position 0

I am getting several warnings when loading my website on Google Chrome similar to the following: DevTools failed to load SourceMap: Could not parse content for

Missing aws-exports.js always when building AWS Amplify React app with Amplify integrations

my React app uses GraphQL API, Storage, Auth, Functions, Hosting - all the fun stuff - so i must have an aws-exports.js file available. Amplify React Front end

React.js App shows blank page on AWS amplify

I deployed my app to AWS Amplify and when I connect a custom domain like app.murmurcars.com browser shows a blank page. But when I use the domain https://dev69

What does this AWS CloudFormation AWS::Amplify::App Exception mean "Invalid request provided: Repository provider not supported."?

I cannot find a single article/example of this scenario but here is what I am attempting to do. I want to create AWS Amplify infrastructure using a AWS CloudFor

How to use AWS Amplify environment variables in React app?

I have the ReactJS app deployed on AWS Amplify. Also, the environment variables that I need in js code are in Amplify. How can I use them from my code? How do a

Trigger an aws-amplify build via aws-cdk

I am creating a aws-amplify app via aws-cdk and everything works fine except it doesn't start a build automatically. If I do a git commit (I have enabled contin

AWS Amplify: Resource is not in the state stackUpdateComplete

I'm setting up aws-amplify to my project. I am facing a problem in amplify push when I configured for the first time it worked fine. now i changed the repositor

Warning message "DeprecationWarning: Invalid 'main' field in ....." after typing amplify

When I write amplify console in react-app, this warning message is coming. >amplify console (node:2500) [DEP0128] DeprecationWarning: Invalid 'main'

Creating Batch Operations with AWS Amplify [GraphQL, DataStore, AppSync]

I've currently been handling batch operations with a for loop, but obviously, this is not the best approach, especially as I'm adding an 'upload by CSV' option,

Export 'AmplifySignOut' was not found in '@aws-amplify/ui-react'

I am fresh new to AWS Amplify, so I am following a tutorial on AWS Build a Full-Stack React Application, it's on Virtual Box with the latest Ubuntu image. Durin

How to deploy an AWS Amplify app from GitHub Actions?

I want to control Amplify deployments from GitHub Actions because Amplify auto-build doesn't provide a GitHub Environment doesn't watch the CI for failures and

Should you remove SQLite database in Flutter to add Datastore

I have a to do list app developed using flutter and SQLite and I'm wondering if it is a better practice to remove the SQLite database when I want to use Datasto

AWS-Amplify-cli fails to install on Mac

Trying to install AWS-Amplify-CLI and followed this When I run npm install -g @aws-amplify/cli or sudo npm install -g @aws-amplify/cli I get the following erro

There are no DynamoDB resources configured in your project currently while using Amplify Studio

Using Amplify Studio I created a model, then "saved and deployed" successfully. Then I ran "amplify pull", but when I try to create a function "amplify function

Amplify UI is not working proper in React js

I am using AWS amplify for user authentication. UI is not what expected but no problem with functionality. Amplify dependencies "dependencies": { "@aws-amp

403 Access Error returned from Browser possibly caused by AWS

I have my serverless web app hosted on AWS amplify. I am getting Access Denied error XML if I try refreshing the page. When I look into the Console, it shows no

NextJS deployed to AWS Amplify with ISR - build takes too long

By default, while deploying the NextJS app to AWS Amplify, it uses 7GB RAM. When I build my app on EC2 instance with 2GB RAM (1vCPU), building app takes less th