https://github.com/ryparker/aws-cdk-sample-apigateway
https://github.com/ryparker/aws-cdk-sample-apigateway
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryparker/aws-cdk-sample-apigateway
- Owner: ryparker
- Created: 2021-11-08T22:31:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T14:58:08.000Z (over 2 years ago)
- Last Synced: 2025-03-11T12:55:03.730Z (8 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CDK Sample
## :rocket: Quick Start
**1. Install dependencies with Yarn v1**
```shell
yarn install
```
**2. Create the [bootstrap stack](https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html) in your AWS account**
_This only needs to be ran once per account/region._
```shell
yarn bootstrap
```
**3. Build Cloudformation files**
```shell
yarn build
```
**4. Deploy**
```shell
yarn deploy --all
```