aws-pythoncdk-iam Create IAM service roles To run Ensure CDK is installed $ npm install -g aws-cdk Install the required dependencies. $ pip install -r requirements.txt deploy $ cdk deploy To dispose of the stack afterwards: $ cdk destroy