Skip to content

Negan1911/cdk-redshift-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdk-redshift-serverless

This AWS CDK construct enables the creation of Tables for your Redshift Serverless Database. The construct is written in TypeScript and uses the AWS CDK Custom Resources to create the required AWS resources.

Requirements To use this construct, you'll need the following:

An AWS account with the necessary permissions to execute SQL Statements in your redshift instance and AWS CloudFormation resources. AWS CDK v2 installed and configured on your development machine. Node.js and TypeScript installed on your development machine.

Getting Started

To get started with this library, follow these steps:

  1. Install the library in your AWS CDK project by running the following command:
npm install cdk-redshift-serverless

or, with yarn:

yarn add cdk-redshift-serverless

Documentation coming soon!

About

Redshift Serverless Resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published