NordicSemiconductor / asset-tracker-cloud-aws-js

A reference implementation of a serverless backend for an IoT product developed using AWS CDK in TypeScript.
https://github.com/NordicSemiconductor/asset-tracker-cloud-aws-js#readme
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Migrate to @bifravst/aws-cdk-lambda-helpers #1839

Open coderbyheart opened 5 months ago

coderbyheart commented 5 months ago

The code for packing lambdas and layers has been published as a standalone library: https://github.com/bifravst/aws-cdk-lambda-helpers

Example migration: https://github.com/hello-nrfcloud/backend/pull/588