This example creates a number of users and a common group. If you want to host a training, you can just deploy task deploy
.
The inital password is stored in SecretsManager as trainingsuserpassword.
You have to retrieve the secret e.g. with the AWS console and give it to the training users.
After that you may attach profiles to the trainigsUserGroup.
After the training, just delete the Stacks with task destroy
.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template