Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

InternationalTradeAdministration/lambda-adcvd

Repository files navigation

Donate

If you found this library useful, donate some CPU cycles to this project by clicking above. Thank you! 😇

node-lambda-template

node-lambda-template

The bare minimum for a node.js app running on Amazon Lambda.

It uses node-lambda under the hood to locally run and also deploy your node.js Amazon Lambda application.

Install

Clone this repository.

cd /to/your/template/path
npm install

Usage

There are 5 available commands to use on this template. For more info and usage descriptions, see the node-lambda repository.

cd /to/your/template/path
npm run setup # setup node-lambda files
npm run lambda # run your event handler and check output
npm run package # just generate the zip that would be uploaded to AWS
npm run deploy-staging # deploy to AWS
npm run deploy-production # deploy to AWS
npm run test # unit test your code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published