Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23b6db9

Browse files
committedSep 3, 2021
feat: extended readme
1 parent d7d2e5a commit 23b6db9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ app.synth()
6565
```
6666
Please refer [here](/API.md) to check how to use individual resource constructs.
6767

68+
Install using NPM:
69+
```
70+
npm install @smallcase/aws-cdk-microservice
71+
```
72+
Using yarn
73+
```
74+
yarn add @smallcase/aws-cdk-microservice
75+
```
76+
6877
Configuration helper
6978
| **Property** | **Type** | **Default** | **Description** |
7079
|------------------------------|-------------------------------------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -140,3 +149,5 @@ Deploy using
140149
```
141150
~ -> cdk deploy
142151
```
152+
153+
PS: Because of an [aws-cdk issue](https://github.com/aws/aws-cdk/issues/6803), creating a Route 53 record from existing load balancer is not possible using cdk.

0 commit comments

Comments
 (0)
Please sign in to comment.