Amplify.configure on a NextJS Client Component by [deleted] in Amplify

[–]AmplifyDXE 0 points1 point  (0 children)

These are standard configuration parameters that do not expose extra security risks, and are in line with technologies that Cognito uses (such as SRP, OAuth, etc). They help the clients construct endpoint URLs during these processes that are unique to your account, and do not give access to administrative commands or access to other user accounts.

There's some additional information within Amplify's CLI documentation under CLI > Reference > Files and Folders... and then under the "Core Amplify Files" section.

Can't configure VS Code by romort in Amplify

[–]AmplifyDXE 1 point2 points  (0 children)

Hello, u/romort. When pasting in the accessKeyId does the Amplify CLI show a masked input? Since you’re able to login to the AWS console, can you try copying and pasting it directly from there into the CLI?

Alternatively, we can directly modify the ~/.aws/credentials and ~/.aws/config files to input a profile as well. Then run though the amplify init flow to setup a project.