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

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

Awesome Lists containing this project

README

          

# Example AWS-CDK JavaScript GitHub Action

![badge](https://github.com/MikeBild/aws-cdk-js-github-action-example/workflows/CICDProd/badge.svg)
![badge](https://github.com/MikeBild/aws-cdk-js-github-action-example/workflows/CICDBeta/badge.svg)

## Setup

```bash
yarn
yarn bootstrap
```

## Build

```bash
yarn build
```

## **manually** AWS Deploy

```bash
yarn deploy
```

## **manually** AWS Destroy

```bash
yarn destroy
```