aws-samples / aws-samples/amplify-vite-react-template

Following tutorial and deployment fails after updating authentication due to issues with deprecation

Open
#28 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.