opentorc / config-wrapper

Wrapper module for managing app configurations w/ AWS param store
MIT License
1 stars 2 forks source link

Use the prompt module instead of the inquirer module #17

Open callmekatootie opened 3 months ago

callmekatootie commented 3 months ago

We are using the inquirer module to prompt the user to get input values.

This module as per https://packagephobia.com/ takes around 7 mb.

We can replace it with https://npmjs.com/package/prompts instead, which takes ~200 kb.

Since config wrapper gets used in lambda, and we are looking to optimize the size, we can explore this option to save additional space