Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryparker/aws-cdk-sample-s3-import
https://github.com/aws/aws-cdk/issues/17758
https://github.com/ryparker/aws-cdk-sample-s3-import
Last synced: about 2 months ago
JSON representation
https://github.com/aws/aws-cdk/issues/17758
- Host: GitHub
- URL: https://github.com/ryparker/aws-cdk-sample-s3-import
- Owner: ryparker
- Created: 2021-11-29T21:45:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T10:00:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T16:54:15.829Z (7 months ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CDK (v2) 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
```