forked from open-mpic/aws-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
29 lines (23 loc) · 767 Bytes
/
Copy pathconfig.example.yaml
File metadata and controls
29 lines (23 loc) · 767 Bytes
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
# A list of perspectives with the format <RIR>.<AWS-Region> TODO link to pages.
perspectives:
- us-west-1
- us-west-2
- ca-west-1
- eu-central-2
- il-central-1
- me-central-1
# The AWS region name for the API gateway and controller.
api-region: us-east-2
# The default number of perspectives to use.
default-perspective-count: 6
# Path to source code for the functions
source-path: /src/aws_lambda_mpic
caa-domains:
- example-ca.example.com
# absolute maximum regardless of orchestration parameters in request
# NOT to be interpreted as the default number of attempts (default is 1 unless explicitly set in request)
absolute-max-attempts: 3
log-level: INFO
http-client-timeout-seconds: 20
dns-timeout-seconds: 5
dns-resolution-lifetime-seconds: 11