https://github.com/jonathanporta/cookiecutter-lambda-nodejs-template
Cookiecutter template that gives you a fully deployed "hello world" function running in Lambda in less than a minute. Work in Progress.
https://github.com/jonathanporta/cookiecutter-lambda-nodejs-template
Last synced: 6 months ago
JSON representation
Cookiecutter template that gives you a fully deployed "hello world" function running in Lambda in less than a minute. Work in Progress.
- Host: GitHub
- URL: https://github.com/jonathanporta/cookiecutter-lambda-nodejs-template
- Owner: JonathanPorta
- Created: 2021-02-07T01:30:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T07:59:13.000Z (about 5 years ago)
- Last Synced: 2025-01-24T19:37:08.010Z (over 1 year ago)
- Language: HCL
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Cookiecutter](https://cookiecutter.readthedocs.io/) Template for Lambda+NodeJS Projects
_deploys via Terraform_
# What does it do?
This will do nothing for you unless you have Cookiecutter's CLI or a willingness to run some commands.
# Deps
You need a recent version of Node.JS, NPM installed, and something to sip on.
```
git clone git clone git@github.com:JonathanPorta/cookiecutter-lambda-nodejs-template.git
pip install --user cookiecutter
```
# Usage
```
cookiecutter ./cookiecutter-lambda-nodejs-template
```
# Todo Notes
- Copy non template files
- Loop and create multiple sets of something - (maybe a sub cookie cutter config? then merge the files into the same directory in an after generation hook)
- Add in git sub tree:
```
- `$ git remote add ops git@github.com:jonathanporta/ops.git --no-tags`
- `$ git subtree add --prefix ops/ ops master --squash`
```