https://github.com/mikebild/aws-cdk-js-github-action-example
Simple Example using GitHub Action MikeBild/aws-cdk-js-github-action
https://github.com/mikebild/aws-cdk-js-github-action-example
aws-cdk github github-actions javascript marketplace typescript
Last synced: 5 months ago
JSON representation
Simple Example using GitHub Action MikeBild/aws-cdk-js-github-action
- Host: GitHub
- URL: https://github.com/mikebild/aws-cdk-js-github-action-example
- Owner: MikeBild
- Created: 2019-08-21T17:33:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:32:55.000Z (over 3 years ago)
- Last Synced: 2025-04-17T19:49:53.017Z (about 1 year ago)
- Topics: aws-cdk, github, github-actions, javascript, marketplace, typescript
- Language: JavaScript
- Homepage: https://github.com/marketplace/actions/aws-cdk-js-github-action
- Size: 1.08 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example AWS-CDK JavaScript GitHub Action


## Setup
```bash
yarn
yarn bootstrap
```
## Build
```bash
yarn build
```
## **manually** AWS Deploy
```bash
yarn deploy
```
## **manually** AWS Destroy
```bash
yarn destroy
```