mirror of https://github.com/Mickhat/lemma.git
Initial Version
This commit is contained in:
parent
a4abc81aaa
commit
4d1a8b2ab7
|
|
@ -3,7 +3,7 @@
|
||||||
app/tools/*
|
app/tools/*
|
||||||
__pycache__
|
__pycache__
|
||||||
lemmacli.egg-info
|
lemmacli.egg-info
|
||||||
samconfig.toml
|
/samconfig.toml
|
||||||
template.yaml
|
/template.yaml
|
||||||
*.log
|
/*.log
|
||||||
app/tool_requirements.txt
|
app/tool_requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
version = 0.1
|
||||||
|
[default.deploy.parameters]
|
||||||
|
stack_name = "lemma"
|
||||||
|
resolve_s3 = true
|
||||||
|
s3_prefix = "lemma"
|
||||||
|
region = "%REGION%"
|
||||||
|
capabilities = "CAPABILITY_IAM"
|
||||||
|
image_repositories = []
|
||||||
Loading…
Reference in New Issue