An open API service indexing awesome lists of open source software.

https://github.com/bwplotka/aws-role-assumer-go

AWS Go SDK Client supporting role assumption access model.
https://github.com/bwplotka/aws-role-assumer-go

Last synced: 10 months ago
JSON representation

AWS Go SDK Client supporting role assumption access model.

Awesome Lists containing this project

README

          

# AWS Role Assumer for Go

Some AWS users prefer bit different access management based on AssumeRole API method:
http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html

This little example shows proper flow that implements the role assumption access model.

Dependency:
- `github.com/aws/aws-sdk-go`