0.4.3 • Published 6 years ago

@mechanicalrock/awssociate v0.4.3

Weekly downloads
35
License
Apache-2.0
Repository
github
Last release
6 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

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago