
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@lambda-lambda-lambda/cli
Advanced tools
Command-line tool to create a new L³ application.
Install the command-line utility using NPM.
$ npm install -g @lambda-lambda-lambda/cli
Usage: lambda-lambda-lambda create [options]
Options:
--name <value> Application name (Example: restfulApiHandler)
--description <value> Description
--prefix <path> Request prefix (Example: /api) (default: "/")
--timeout <number> Function timeout (in seconds) (default: "15")
--sdk-version <number> AWS SDK for JavaScript version (default: "3")
--runtime <string> Node.js Lambda runtime identifier (default: "nodejs20.x")
--asynchronous Use asynchronous handler? (default: false)
-h, --help display help for command
Usage: lambda-lambda-lambda install [options] <PluginName>
Arguments:
PluginName Plugin name (Example: BasicAuthHandler), list packages if undefined
Options:
-h, --help display help for command
| Name | Identifier | SDK | Deprecation (Phase 1) |
|---|---|---|---|
| Node.js 20 | nodejs20.x | 3 | |
| Node.js 18 | nodejs18.x | 3 | *See note below |
| Node.js 16 | nodejs16.x | 2 | Mar 11, 2024 |
| Node.js 14 | nodejs14.x | 2 | Nov 27, 2023 |
(*) While this Node release is currently supported in AWS Lambda, the underlying VS Code Dev Container is no longer supported by VS Code due to deprecated support older Linux build toolchains (glibc >= 2.28 and libstdc++ >= 3.4.2).
If you need to support this release update the devcontainer.json image to:
{
"name": "restfulJsonApi",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
Compile JavaScript sources from TypeScript to a distribution:
$ npm run compile
Compile and listen for changes (development mode):
$ npm run watch
Run ESLint on project sources:
$ npm run lint
Run Mocha integration tests:
$ npm run test
If you fix a bug, or have a code you want to contribute, please send a pull-request with your changes. (Note: Before committing your code please ensure that you are following the TypeScript style guide)
This package is maintained under the Semantic Versioning guidelines.
This package is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
lambda-lambda-lambda/cli is provided under the terms of the MIT license
FAQs
Command-line tool to create a new L³ application.
The npm package @lambda-lambda-lambda/cli receives a total of 67 weekly downloads. As such, @lambda-lambda-lambda/cli popularity was classified as not popular.
We found that @lambda-lambda-lambda/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.