@blitzm/aws-postgresql
v0.4.1
Published
@blitzm/aws-postgresql is a typescript library for simplifying the process of creating a PostgreSQL instance in AWS RDS within a private of the passed in VPC
Downloads
16
Keywords
Readme
Blitzm Cloud - AWS PostgreSql
@blitzm/aws-postgresql is a typescript library for simplifying the process of creating a PostgreSQL instance in AWS RDS within a private of the passed in VPC
Installation
This package can be installed using npm
npm install --save --save-exact @blitzm/aws-postgresql
Usage
import { AWSPostgreSQL } from '@blitzm/aws-postgresql'
const db = new postgresql.AWSPostgreSQL("my-db", {
// The VPC your cluster in
vpc: vpc,
instanceType: 'db.t2.micro',
storageSizeGB: 20,
});
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.