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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.151latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.151
1.0.140
1.0.130
1.0.120
1.0.110
1.0.100
1.0.91
1.0.80
1.0.70
1.0.61
1.0.51
1.0.40
1.0.31
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i lambda-layer-typeorm-data-api

Weekly Downloads

5

Version

1.0.15

License

MIT

Unpacked Size

11 MB

Total Files

10

Last publish

Collaborators

  • gseemueller