https://github.com/danielbayerlein/aws-setup
☁️ Setup for AWS (Amazon Web Services)
https://github.com/danielbayerlein/aws-setup
Last synced: 9 months ago
JSON representation
☁️ Setup for AWS (Amazon Web Services)
- Host: GitHub
- URL: https://github.com/danielbayerlein/aws-setup
- Owner: danielbayerlein
- Created: 2020-12-18T13:30:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T04:55:30.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:50:44.939Z (11 months ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-setup
## Installation
Install the dependencies
```bash
npm install
```
Create a `.env` file or rename `.env.example` to `.env` in the root directory of the project
```dosini
EMAIL=test@example.com
```
Deploy this stack to your default AWS account/region
```bash
cdk deploy
```