TUTORIAL: https://docs.amplify.aws/react/start/quickstart/#make-frontend-updates
Everything works until the last step of step 6: 6. Implement login UI
Locally, the changes take effect, as expected. However, the automatic build on amplify fails due to deprecation issues.
Solution:
update these in dev dependencies in package.json.
"aws-cdk": "^2.174.1",
"aws-cdk-lib": "^2.174.1",
Please update amplify-vite-react-template to include these two versions and possible give direction to remove other deprecation issues that prevent anyone from using this as a viable template.
TUTORIAL: https://docs.amplify.aws/react/start/quickstart/#make-frontend-updates
Everything works until the last step of step 6: 6. Implement login UI
Locally, the changes take effect, as expected. However, the automatic build on amplify fails due to deprecation issues.
Solution:
update these in dev dependencies in package.json.
"aws-cdk": "^2.174.1",
"aws-cdk-lib": "^2.174.1",
Please update amplify-vite-react-template to include these two versions and possible give direction to remove other deprecation issues that prevent anyone from using this as a viable template.