Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abakermi/aws-cdk-github-actions-ci-cd
- Owner: abakermi
- License: mit
- Created: 2022-08-23T18:07:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T18:11:48.000Z (over 2 years ago)
- Last Synced: 2024-11-23T00:33:21.653Z (2 months ago)
- Topics: aws, cdk, cicd, github, github-actions, typescript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```