@renovosolutions/cdk-library-aws-iam-access-key
TypeScript icon, indicating that this package has built-in type declarations

0.0.37 • Public • Published

AWS CDK Construct for IAM User Access Keys

build

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,
});

Package Sidebar

Install

npm i @renovosolutions/cdk-library-aws-iam-access-key

Weekly Downloads

3

Version

0.0.37

License

Apache-2.0

Unpacked Size

254 kB

Total Files

11

Last publish

Collaborators

  • renovosolutions_automation
  • bmiller08
  • sfarage