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

https://github.com/skorfmann/actionable-aws-cdk


https://github.com/skorfmann/actionable-aws-cdk

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Actionable AWS Role for AWS CDK

This allows using Github Actions with an assumed role via an OpenIdConnect proivder - so no static credentials anymore.

## Usage

```
npm install actionable-aws-cdk
```

Find the [docs here](https://github.com/skorfmann/actionable-aws-cdk/blob/main/API.md).

## Credits

Based on this [blog post](https://awsteele.com/blog/2021/09/15/aws-federation-comes-to-github-actions.html) by [Aidan W Steele](https://twitter.com/__steele).