aws-samples / aws-samples/amplify-vite-react-template
Following tutorial and deployment fails after updating authentication due to issues with deprecation
- Dominant language
- TypeScript
- Stars
- 109
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
TUTORIAL: https://docs.amplify.aws/react/start/quickstart/#make-frontend-updates
Everything works until the last step of step 6: [6. Implement login UI](https://docs.amplify.aws/react/start/quickstart/#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.
Contributor guide
Assessment
This issue has not been assessed yet.