https://github.com/ryasmi/experiment-cdk-scaffold
https://github.com/ryasmi/experiment-cdk-scaffold
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryasmi/experiment-cdk-scaffold
- Owner: ryasmi
- Created: 2021-09-26T12:47:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T11:06:17.000Z (over 3 years ago)
- Last Synced: 2025-01-29T04:35:00.337Z (over 1 year ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Template Experiment
1. Install the correct Node version with `nvm install`
1. Install dependencies with `npm ci`
1. Build the code with `npm run build`
1. Login into AWS > Select Account > Security credentials > Create access key
1. Configure AWS with `aws configure`
1. Bootstrap the CDK with `npm run bootstrap aws://{ACCOUNT_ID}/{REGION}`
1. Deploy the code with `npm run deploy`
1. You'll then get an endpoint to hit, just append `/api-demo` and open in your browser
1. It should say "hello"