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

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
awscli==1.*
black==19.10b0
cfn-lint==0.28.*
mock==4.*
pylint==2.*
pytest==5.*
yamllint==1.20.*
pytest-cov==2.8.*
shellcheck-py==0.7.*