Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abakermi/aws-cdk-github-actions-ci-cd

A repository for an article at https://akermiabdelhak.com/blog/aws-cdk-github-actions-ci-cd for how to automate AWS CDK app deployment with github actions
https://github.com/abakermi/aws-cdk-github-actions-ci-cd

aws cdk cicd github github-actions typescript

Last synced: 3 days ago
JSON representation

A repository for an article at https://akermiabdelhak.com/blog/aws-cdk-github-actions-ci-cd for how to automate AWS CDK app deployment with github actions

Awesome Lists containing this project

README

        

# AWS CDK + Github actions CI/CD

A repository for an article on
[akermiabdelhak.com](https://akermiabdelhak.com/blog/aws-cdk-github-actions-ci-cd)

> You must have an aws account

## How to Use

1. Clone the repository

2. Install the dependencies

```bash
npm install
```

3. Create new aws profile via cli

4. add your secrets variables via github cli or ui

5. commit and push your code to execute github actions

6. Cleanup

```bash
npx aws-cdk destroy
```