About 50 results
Open links in new tab
  1. How to add environment variables to AWS amplify? - Stack Overflow

    The Amplify documentation on Environmental Variables has a section on "Accessing Environmental Variables". Per that documentation, in your Amplify.yml (either in the console or by downloading it to …

  2. AuthError - Error: Amplify has not been configured correctly

    Aug 26, 2020 · When using AWS_IAM for public API access, unauthenticated logins must be enabled. To enable unauthenticated logins, run amplify update auth from the command line and choose …

  3. aws amplify - Module not found: Can't resolve '@/amplifyconfiguration ...

    Mar 19, 2024 · After setting up AWS Amplify (Gen2) project for the first time; encountered the following error: Module not found: Can't resolve '@/amplifyconfiguration.json'

  4. Get current authenticated user's email in aws-amplify v6

    Dec 26, 2023 · Getting Attributes of a user in AWS Amplify You can use fetchUserAttributes function imported from @aws-amplify/auth to get userAttributes of current logged in user. Here is a sample …

  5. AWS Amplify: Switch existing app to new repository?

    Sep 25, 2022 · Is there any way to point existing Amplify apps to new repositories? Failing that, is there a way to clone Amplify app settings (including Backend environments) from one app to another? …

  6. amazon cognito - AWS Amplify Authentication Issue: "Auth UserPool …

    Dec 15, 2023 · Apparently, i was using aws-amplify version 6.14.3 and right next week there was another update and when i fixed the version to 6.14.4 it worked like magic. After that i again changed …

  7. Adding lambda layers to Amplify gen 2 functions - Stack Overflow

    Sep 22, 2024 · If the code is functioning correctly, there is no issue. This is because Amplify Gen2 is built on the AWS Cloud Development Kit (CDK) framework. Any valid CDK code will work seamlessly …

  8. Getting an "Access Denied" error when I reload my React app on AWS …

    Jul 22, 2020 · I am working on a React app that's running on AWS Amplify. My React app is using the react-router-dom library to route to different components. After running amplify publish in the CLI, at …

  9. Retrieve raw accessToken and idToken in aws-amplify js v6

    Dec 8, 2023 · I am using aws-amplify v6 inside my react-native app. Authentication functionality is working correctly however I could not access raw access/id tokens after login. Trying to retrieve the …

  10. AWS Amplify: Confirm Signup with Email Verification

    I'm trying to figure out how to proceed after receiving confirmation email from AWS after signing up using the code below: import { Auth } from 'Amplify' const auth() => { return Auth.signUp...