Initial commit

contains:
* Actual template
* Example function
* Tests
* Integration test (make file)
* Integration tests (deployed as lambda)
* drone CI and CI scripts
This commit is contained in:
Rioting Pacifist
2020-03-16 15:39:43 +00:00
commit b9b3bf572f
18 changed files with 527 additions and 0 deletions

1
environments/ci.env Normal file
View File

@ -0,0 +1 @@
CFN_NAME = example-cloud-function-ci-$(git rev-parse HEAD | cut -c 1-8)