Questions tagged [aws-amplify-cli]

Use this tag to group queries related to AWS Amplify that are related to the CLI instead of the SDK or Amplify component libraries.

The Amplify framework has several products, including:

  • Amplify CLI (open source)
  • Amplify SDK for JS (open source) and React, Angular, and Vue component libraries
  • Amplify SDKs for iOS / Android (open source)
  • Amplify Console (managed, paid service)

This tag can be used to group queries just related to the first offering.

357 questions
7
votes
1 answer

Amplify pull not fetching Amplify studio components

I was looking into the figma and Amplify sync capability recently released by AWS. Looks promising. However, I can't seem to pull the components to my local repository after I have synced with figma. I created some components in figma that are…
Frankster
  • 653
  • 7
  • 26
7
votes
1 answer

aws-amplify warning after updating angular application to the latest version 10.0

I have updated the angular application to the latest version, and keep getting the warning message from the @aws-amplify. I know angular 10 doesn't remend to use commonjs. Since the @aws-amplify is on that, how can I remove the warning? I tried…
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
7
votes
1 answer

Modifying resolvers in AWS Amplify with RDS backend

When using AWS Amplify with a dynamodb backend, it's possible to update the AppSync schema and resolvers by modifying the files locally and then executing amplify push. I'm using RDS (added it with amplify api add-graphql-datasource as described in…
6
votes
2 answers

Amplify: Failed to get profile: Profile configuration is missing for: undefined

I've some problems with the amplify cli: I don't know if it's related to a recent cli update... amplify init ? Do you want to use an existing environment? Yes ? Choose the environment you would like to use: staging Using default provider …
Jim Tebstone
  • 552
  • 6
  • 13
6
votes
1 answer

How can I pull changes made on the AppSync web-console with the Amplify CLI "pull" command

What I want to accomplish: I have edited an amplify + AppSync project on the AppSync web console and I want to pull it onto my local machine. What I did: I have initialized an amplify project with the Amplify CLI by executing three commands: amplify…
6
votes
2 answers

Delete the user pool added by AWS Amplify

I'm developing a React Native app and using AWS Amplify with Amazon Cognito for authentication. I've added the authentication for the app using Amplify CLI (amplify add auth). The problem is I need to add/remove the required attributes for the sign…
ataravati
  • 8,891
  • 9
  • 57
  • 89
5
votes
2 answers

Platform with type "Windows_NT" and architecture "ia32" is not supported by @aws-amplify/cli.}

My first AWS project, I was trying to use amplify cli, I used npm i -g @aws-amplify/cli@4.24 and amplify configure worked perfectly. Some way down the project when trying amplify push I got an error which had a fix that said to update cli to…
5
votes
2 answers

Amplify Invalid feature flag configuration on build

I am doing the walkthrough for building a full stack app with Amplify and am stuck on the third module, adding auth. I followed all the instructions to a T but my build is failing saying there are invalid feature flags like so. …
Zio-4
  • 189
  • 2
  • 12
5
votes
6 answers

Application error: a client-side exception has occurred (see the browser console for more information)

Nextjs Blog App Currently seeing: Application error: a client-side exception has occurred (see the browser console for more information). I see the above error when creating a post in deployment on AWS Amplify console and DynamoDB is unable to…
Mike
  • 125
  • 2
  • 2
  • 8
5
votes
4 answers

How to solve Amplify backend-config.json does not exist issue

I upgraded Amplify CLI, but I discovered in my amplify/backend/backend-config.json file has disappeared after taking a day to discovered that. Then I have tried running amplify init again with the options to continue with my existing environment or…
5
votes
0 answers

is it wrong/dangerous to include aws-exports.js file in source control?

amplify auto-ignores aws-exports.js in .gitignore possibly simply because it may change frequently and is fully generated - however maybe there are also security concerns? For this project my github project is private so that is not a concern, but I…
wyn
  • 51
  • 2
5
votes
0 answers

Creating a new amplify web client but using the same cognito pool?

To share the same aws cognito pool between two web clients do we just generate a new web client, allow amplify to setup the cognito pool, and replace the generated configuration parameters with the following parameters from the existing pool: …
Ole
  • 41,793
  • 59
  • 191
  • 359
4
votes
1 answer

Failed to pull backend - Please check the supported SSR features - Next.js

After updating some code, to use GraphQL instead of Data Store, my builds are failing. I have CI/CD setup in Amplify, and when I check in code it kicks off a build. I haven't added any new front-end features, other than references to…
4
votes
1 answer

Amplify CLI not syncing UI Components on pull

I have run through AWS Amplify's full-stack application tutorials multiple times to create a react native app, every time with the same result. The UI components created in AWS Amplify Studio are not being synced to my local codebase on pull. The…
4
votes
1 answer

AWS Amplify GraphQL API changing the nested level depth for codegenerator

In AWS Amplify CLI when you add a GrpahQL API with amplify add api you are asked for the max level depth of the generated code. The default nested level is 3. In my case it turns out that the max depth is not enough and I need to increase it. Is…
Triphon Penakov
  • 374
  • 3
  • 11
1
2
3
23 24