This API takes password and stores metadata in MongoDB and uploads the secret to AWS Secrets Manager
node --version
v19.6.1
npm --version
9.4.0
npm install
npm start
MONGO_URI=[MONGODB ATLAS URI]
PORT=[App PORT]
COGNITO_APP_CLIENT=[Cognito App Client Key]
COGNITO_USER_POOL=[Cognito User Pool ID]
LOG_LEVEL=[MORGAN LOG LEVEL]
AUTHORIZED_ADMINS=GROUP1,GROUP2
AUTHORIZED_USERS=GROUP1,GROUP2