lambda-layer-typeorm-data-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

Lambda Layer CDK Construct for Node.js Runtimes

Dependencies included in v1.0.15

  • cdk: 2.39.1
{
  "pg": "8.7.3",
  "typeorm": "0.3.7",
  "typeorm-aurora-data-api-driver": "2.4.4",
  "reflect-metadata": "0.1.13"
}

Usage

This example is using ServerlessStack but the construct can be used in vanilla aws-cdk as well.

export function LambdaLayersStack({ stack, app }: StackContext) {
  const typeormLayer = new NodePostgresLayer(stack, 'TypeORMLayer');

  return { typeormLayer };
}

Based on https://github.com/jetbridge/lambda-layer-typeorm-pg

Dependents (0)

Package Sidebar

Install

npm i lambda-layer-typeorm-data-api

Weekly Downloads

2

Version

1.0.15

License

MIT

Unpacked Size

11 MB

Total Files

10

Last publish

Collaborators

  • gseemueller