https://github.com/skorfmann/actionable-aws-cdk
https://github.com/skorfmann/actionable-aws-cdk
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skorfmann/actionable-aws-cdk
- Owner: skorfmann
- License: apache-2.0
- Created: 2021-09-15T08:55:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T00:41:10.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T05:45:31.755Z (6 months ago)
- Language: TypeScript
- Size: 286 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).