🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

@cubesoft/nx-lambda-build

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubesoft/nx-lambda-build

## Getting started

npmnpm
Version
0.28.0
Version published
Weekly downloads
139
29.91%
Maintainers
1
Weekly downloads
 
Created
Source

nx-lambda-build

Getting started

Prerequisite

This module is based on Nx, you will need to set up an Nx workspace before you can use nx-cdk.

npx create-nx-workspace

Installation

npm i -D @cubesoft/nx-lambda-build

Creating a nx-cdk project

nx g @cubesoft/nx-lambda-build:nx-lambda-build <name> [--dry-run]

Build a lambda handler

Run the command below to build your lambda handler and generate a package.json file with all used packages.

nx build <project> [--configuration <configuration name>] # Provide a specific build configuration

Add a new lambda handler

Run the command below to add a new lambda handler. This will automatically add the required entrypoint in the handlers.json file for you.

nx g @cubesoft/nx-lambda-build:handler <path> [--dry-run]

FAQs

Package last updated on 14 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts