File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ don't need a new user) will be granted all permissions to created database.
34
34
** Features** :
35
35
- Master user password as well as new user password can be passed to the module either via variables or via SSM
36
36
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.
39
39
40
40
** Caveats** :
41
41
- This lambda function needs internet access in order to comminitcate with AWS API. You need to associate this
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ introduction: |-
50
50
**Features**:
51
51
- Master user password as well as new user password can be passed to the module either via variables or via SSM
52
52
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.
55
55
56
56
**Caveats**:
57
57
- This lambda function needs internet access in order to comminitcate with AWS API. You need to associate this
You can’t perform that action at this time.
0 commit comments