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/*
|
||||
__pycache__
|
||||
lemmacli.egg-info
|
||||
samconfig.toml
|
||||
template.yaml
|
||||
*.log
|
||||
/samconfig.toml
|
||||
/template.yaml
|
||||
/*.log
|
||||
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