forked from zappa/Zappa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_settings.yaml
57 lines (56 loc) · 1.33 KB
/
test_settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
ttt888:
touch: false
s3_bucket: lmbda
app_function: tests.test_app.hello_world
callbacks:
settings: test_settings.callback
post: test_settings.callback
zip: test_settings.callback
delete_local_zip: true
debug: true
parameter_depth: 2
prebuild_script: test_settings.prebuild_me
events:
- function: tests.test_app.schedule_me
expression: rate(1 minute)
- function: test.test_app.method
event_source:
arn: arn:aws:sns:::1
events:
- sns:Publish
devor:
s3_bucket: lmbda
app_function: tests.test_app.hello_world
callbacks:
settings: tests.test_app.callback
post: tests.test_app.callback
zip: test_settings.callback
delete_local_zip: true
debug: true
parameter_depth: 2
prebuild_script: test_settings.prebuild_me
events:
- function: tests.test_app.schedule_me
expression: rate(1 minute)
extendo:
extends: ttt888
touch: true
prebuild_script: test_settings.prebuild_me
environment_variables:
EXTENDO: You bet
extendo2:
extends: extendo
s3_bucket: lmbda2
deprecated_remote_env:
s3_bucket: lmbda
remote_env_bucket: lmbda-env
remote_env_file: dev/env.json
remote_env:
s3_bucket: lmbda
remote_env: s3://lmbda-env/prod/env.json
extendofail:
extends: failfail
prebuild_script: test_settings.prebuild_me
environment_variables:
EXTENDO: You bet