0.4.1 • Published 1 year ago

@blitzm/aws-postgresql v0.4.1

Weekly downloads
2
License
Blitzm
Repository
-
Last release
1 year ago

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.

License

Blitzm

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

5 years ago