Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Cookiecutter template to generate an API Gateway triggered Lambda.

License

Notifications You must be signed in to change notification settings

horothesun/api-gateway-lambda-cookiecutter-template

Repository files navigation

API Gateway triggered Lambda template

⚠️⚠️⚠️ ARCHIVED! Use this Giter8 template instead ⚠️⚠️⚠️


CI Scala CE3

Cookiecutter template to generate an API Gateway triggered Lambda.

Example

horothesun/demo-api-gateway-lambda

Terraform module

horothesun/api-gateway-lambda-infra

Requirements

Generate new project

cookiecutter gh:horothesun/api-gateway-lambda-cookiecutter-template
cd <repo_name>

Update dependencies

Update cookiecutter.json dependencies by running

export GITHUB_TOKEN=<PUBLIC_REPO_ACCESS_TOKEN>
./scripts/update_dependencies.sh