Skip to content

Commit 4e24140

Browse files
authored
Update intro section of readme file
1 parent b8867a6 commit 4e24140

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@
1010

1111
A simple CDK seeder for SQL Server RDS databases.
1212

13-
*cdk-sqlserver-seeder* library is a [AWS CDK](https://aws.amazon.com/cdk/) construct that provides a way
14-
to execute custom SQL scripts on RDS SQL Server resource creation/deletion.
13+
When you create an RDS SQL Server instance using CloudFormation template, there is no way to provide initial
14+
schema definition as part of CloudFormation stack deployment. Custom schema deployment scripts can be executed
15+
only after the database deployment is complete.
16+
17+
*cdk-sqlserver-seeder* library is a [AWS CDK](https://aws.amazon.com/cdk/) construct that provides a way to automate
18+
this process and eliminate manual steps involved in the process of preparing new RDS SQL Server environment by
19+
executing custom SQL scripts on RDS SQL Server instance creation/deletion.
1520

1621
The construct relies on [Invoke-SqlCmd](https://docs.microsoft.com/en-us/powershell/module/sqlserver/invoke-sqlcmd) cmdlet
17-
to run the scripts and handle possible errors. Provides a way to handle transient errors during stack provisioning.
22+
to run the scripts and provides a way to handle transient errors during stack provisioning.
1823

1924
## Usage
2025

0 commit comments

Comments
 (0)