Let’s pretend you want to create a AWS Lambda project called “sns-processor”
Usage Let’s pretend you want to create a AWS Lambda project called “sns-processor”. Rather than using lambda and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter_ to do all the work. First, get Cookiecutter. Trust me, it’s awesome:: $ pip install “cookiecutter>=1.7.0” Now run it against this repo:: $ cookiecutter https://github.com/zahaar/go-lambda-cookiecutter You’ll be prompted for some values. Provide them, then a Lambda sample project […]
Read more