Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enghwa committed Jul 8, 2019
1 parent 07a9c70 commit 6f5fd77
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
Use AWS Cloud9.

## Create a DB password for RDS .. replace it with your own password value
```
aws ssm put-parameter --name "/mysqlpassword" --value "P@ssW%rd#1" --type "SecureString"
```

## Deploy using aws cdk

## Deploy using aws cdk
```bash
export AWS_REGION=ap-southeast-1 # or any region

npm install
npx cdk@0.36.1 bootstrap
npx cdk@0.36.1 deploy --require-approval never "*"

```

0 comments on commit 6f5fd77

Please sign in to comment.