Skip to content

J-Swift/lamda-starters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of projects meant to be used as the basis for new lambda functions.

Example use:

cp -r _starter_node my_cool_node_lambda_function
cd my_cool_node_lambda_function
code .

# ... writing code ...

./zip_it.sh
# Upload out/lambda.zip to your lambda dashboard

NOTE: you can ignore the default.nix if you don't use nix package manager

About

Collection of starter projects for creating lambda functions

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors