File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1010
1111A 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
1621The 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
You can’t perform that action at this time.
0 commit comments