From da6392ee480e9b56e2eabf6d5a8c7290591a8ba4 Mon Sep 17 00:00:00 2001 From: Dmitry Kolomiets <55797411+kolomied@users.noreply.github.com> Date: Sun, 19 Jul 2020 20:27:31 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 69b63bd..4a13485 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ A simple CDK seeder for SQL Server RDS databases. +*cdk-sqlserver-seeder* library is a [AWS CDK](https://aws.amazon.com/cdk/) construct that provides a way +to execute custom SQL scripts on RDS SQL Server resource creation/deletion. + +The construct relies on [Invoke-SqlCmd](https://docs.microsoft.com/en-us/powershell/module/sqlserver/invoke-sqlcmd) cmdlet +to run the scripts and handle possible errors. Provides a way to handle transient errors during stack provisioning. + ## Usage ```typescript