Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fogfish/node-lambda-typescript-template

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-lambda-typescript-template

The bare minimum example for a TypeScript application running on Amazon Lambda.

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

Requirements

You have to install TypeScript

npm install -g typescript ts-node

Getting Started

Clone this repository.

cd /to/your/template/path
npm install

See the node-lambda repository for the complete guide

There are 4 available commands to use on this template, see package.json[package.json] for details

cd /to/your/template/path
npm run clean    # setup node-lambda files
npm run test     # test your lambda function event handler and check output
npm run local    # run lambda function locally and check output
npm run deploy   # deploy lambda to AWS

About

The bare minimum for a TypeScript app running on Amazon Lambda.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.