Customise Amplify UI in React & Deploy Cognito User pool with CDK

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ •

  • @joshpassenger5467
    @joshpassenger5467 11 місяців тому

    Great video thanks, loved the detail on customising the login UI!

  • @yakovliam
    @yakovliam 8 місяців тому +1

    It appears you're deploying to CDK, then copying the Cognito pool/client details and putting them into the environment variables for the react project. Would it not be more efficient for dev/prod deployment to have the stack auto-build the react project AND pass it into the build command dynamically, and use an S3 bucket to host the react app?

    • @DanielMai-y1l
      @DanielMai-y1l 7 місяців тому +1

      This is indeed a practical solution in industry