renovosolutions.aws-iam-access-key 0.0.37

Creator: bradpython12

Last updated:

Add to Cart

Description:

renovosolutions.awsiamaccesskey 0.0.37

AWS CDK Construct for IAM User Access Keys

This construct creates IAM user access keys securely.

Warning
This is a WIP project

Overview

Uses a custom resource to generate AWS credentials
Uploads the resulting credentials to AWS Secrets Manager

Usage examples
See API doc for full details
typescript example:
const user = new iam.User(this, 'exampleUser')

new AccessKey(this, 'iamUserAccessKeyExample', {
user,
});

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.