About 1,710,000 results
Open links in new tab
  1. AWS Amplify: Switch existing app to new repository?

    Sep 25, 2022 · Question 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) …

  2. 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 …

  3. Amplify: CORS header ‘Access-Control-Allow-Origin’ missing error …

    Apr 14, 2020 · It is so because AWS AMPLIFY does not sign the request if idenitityPoolId is missing or incorrect. I faced a similar issue and resolved my issue by this approach.

  4. How to get user access token in AWS Amplify UI Authenticator

    Dec 28, 2023 · I am using Authenticator and useAuthenticator from @aws-amplify/ui-react Upon successful login is there a way to get the access token? When i output the user attribute from …

  5. amazon cognito - Amplify gen 2, amplify-authenticator "There is …

    May 28, 2024 · Amplify gen 2, amplify-authenticator "There is already a signed in user." Asked 1 year, 5 months ago Modified 1 year, 2 months ago Viewed 2k times

  6. 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 …

  7. AWS amplify v6, using signInWithRedirect instead of auth ...

    Dec 26, 2023 · AWS amplify v6, using signInWithRedirect instead of auth.federatedSignIn, doesnt open the account.google.com page where I can choose account Asked 1 year, 10 months ago …

  8. 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 …

  9. How to change Node Version in Provision Step in Amplify Console

    Jun 5, 2019 · Go to AWS Amplify Go to "Build settings" Scroll down to "Build image settings" Click on "Edit" button Under "Build image" click on the dropdown button Select "Build Image" (by …

  10. aws amplify - Module not found: Can't resolve …

    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'