amplify-backend
amplify-backend copied to clipboard
deprecated warning on backend package installation
Environment information
N/A
Describe the bug
Installing the @aws-amplify/backend in a new project throws the following warnings
Reproduction steps
- mkdir test && cd test
- npm init -y
- npm i @aws-amplify/backend
core-js and inflight are particularly worrisome warnings. Any word on if/when this is going to be fixed? Only workaround is to stop using Amplify no?