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

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)

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
```