@blitzm/aws-postgresql
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @blitzm/aws-postgresql

Weekly Downloads

1

Version

0.4.1

License

Blitzm

Unpacked Size

16.6 kB

Total Files

7

Last publish

Collaborators

  • tim-blitzm
  • blitzm-sean
  • blitzm-admin
  • blitzm-james