aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

Remove lerna as we're not using it's features #56

Closed trivikr closed 2 years ago

trivikr commented 2 years ago

Is your feature request related to a problem? Please describe.

We're using yarn workspaces for managing this monorepo. Lerna is not needed, as we do not use its features. Also, lerna is largely unmaintained as discussed in https://github.com/lerna/lerna/issues/2703

Describe the solution you'd like

Remove lerna