0.4.3 • Published 5 years ago

@mechanicalrock/awssociate v0.4.3

Weekly downloads
35
License
Apache-2.0
Repository
github
Last release
5 years ago

@mechanicalrock/awssociate

A fluent factory system for instantiating AWS services using role-credential pairs that require use of one or more STS hops.

Example Usage:

import { EnvironmentCredentials, S3, STS } from 'aws-sdk'

const base = new EnvironmentCredentials('AWS')

const myS3svc = new Awssociate({ credentials: base })
    .ForService<S3>()
    .WithOptions({
        Region: 'ap-southeast2'
    })
    .WithRoleChain({
        RoleArn: ''.
        RoleSessionName: '',
    }, {
        RoleArn: '',
        RoleSessionName: '',
    })
0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago