create-aws-iam-users
README.md

create-aws-iam-users

This project demonstrates the use os the AWS SDK to programmatically create IAM users, and add the to existing groups. If group does not exist, it is created as well.

It involves the use of 2 microservicces, one for the application UI, where user's details are entered and then sent to the backend for processing.

Email is subsequently sent to the users - this contains their access key, secret key and initial login password which they'd be prompted to change after the first login.

Microservices are built using ReactJS and ExpressJS.