https://github.com/jonathanporta/cookiecutter-lambda-nodets-template
https://github.com/jonathanporta/cookiecutter-lambda-nodets-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanporta/cookiecutter-lambda-nodets-template
- Owner: JonathanPorta
- Created: 2022-10-26T10:04:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T10:08:26.000Z (over 3 years ago)
- Last Synced: 2025-06-01T07:06:00.089Z (about 1 year ago)
- Language: HCL
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Cookiecutter](https://cookiecutter.readthedocs.io/) Template for Lambda+NodeTS 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-nodets-template.git
pip install --user cookiecutter
```
# Usage
```
python -m cookiecutter ./cookiecutter-lambda-nodets-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/common-ops.git --no-tags`
- `$ git subtree add --prefix ops/ ops master --squash`
```