Skip to content

Commit c7026a8

Browse files
author
Rolando Santamaria Maso
committed
updating introduction
1 parent 34e6565 commit c7026a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
## Introduction
44
The source code and documentation in this repository describe how to support Amazon RDS instances initialization using CDK and CloudFormation Custom Resources. For the compute layer, it uses a Lambda function implemented in Node.js which is able to run custom SQL scripts with the purpose of initializing the Amazon RDS instance, but also to execute custom commands supported by the [Node.js client for MySQL](https://www.npmjs.com/package/mysql).
55

6-
> Through this documentation and examples we focus on Amazon RDS for MySQL, but the concept being described can be applied to any other supported RDS engine.
6+
This approach is also described in more details in the following AWS blog post: https://aws.amazon.com/blogs/infrastructure-and-automation/use-aws-cdk-to-initialize-amazon-rds-instances/
77

8+
> While we focus on Amazon RDS for MySQL instances initialization, the concept being described can be applied to any other supported RDS engine.
9+
810
### Potential use cases
911
- Initialize databases.
1012
- Initialize/maintain users and their permissions.

0 commit comments

Comments
 (0)