Skip to content

Commit 820ca23

Browse files
committed
Update README.md
1 parent 6f9b1a2 commit 820ca23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ don't need a new user) will be granted all permissions to created database.
3434
**Features**:
3535
- Master user password as well as new user password can be passed to the module either via variables or via SSM
3636
Parameters (**preferred**).
37-
- Lambda function execution logs are shipped to Cloudwatch
38-
-
37+
- Lambda function execution logs are shipped to Cloudwatch.
38+
- No database or user will be created if they are already exist.
3939

4040
**Caveats**:
4141
- This lambda function needs internet access in order to comminitcate with AWS API. You need to associate this

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ introduction: |-
5050
**Features**:
5151
- Master user password as well as new user password can be passed to the module either via variables or via SSM
5252
Parameters (**preferred**).
53-
- Lambda function execution logs are shipped to Cloudwatch
54-
-
53+
- Lambda function execution logs are shipped to Cloudwatch.
54+
- No database or user will be created if they are already exist.
5555
5656
**Caveats**:
5757
- This lambda function needs internet access in order to comminitcate with AWS API. You need to associate this

0 commit comments

Comments
 (0)