About 1,570,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 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 …

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

    Dec 26, 2023 · The getCurrentUser function imported from aws-amplify/auth only gives me username, userId, signInDetails. I want the current user's email. I also tried with …

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

    Apr 14, 2020 · 0 I just had this same problem pop up for me where I was working with Amplify and trying to secure the API Gateway to only be accessible to logged in users via Cognito. The …

  5. AWS Amplify - NUXT 3 deploy - Stack Overflow

    Apr 5, 2024 · Exact words from the support: "Since Amplify detected this App as SSR, it updated the platform to WEB_COMPUTE, which is the compute engine for Amplify SSR Apps. I can …

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

    Dec 15, 2023 · next.js amazon-cognito aws-amplify aws-sam asked Dec 15, 2023 at 17:40 Hatprob 156 1 2 9

  7. AWS Amplify, how to check if user is logged in?

    Feb 11, 2018 · I've been using the aws-amplify library with ionic and was wondering how I would check if a user is logged in? I'm coming from a firebase background so this is quite different.

  8. AWS Amplify: How to delete the environment, when resources are …

    Mar 15, 2019 · TL;DR: How to delete an amplify environment, when some resources of the service have been deleted manually in the console? So, I took a course on egghead to learn …

  9. How to add environment variables to AWS amplify? - Stack Overflow

    I have a React/Node app which i am trying to host on AWS amplify. first try, my app deployed but i saw some pages are not loading due to lack of the environment variables. i have added them …

  10. How to increase aws amplify request/response timeout?

    Mar 18, 2024 · My backend API (hosted elsewhere in ECS) is quite slow, so I want to know what the default AWS Amplify request/response timeout is, and how I can increase it. I am NOT …