-
Notifications
You must be signed in to change notification settings - Fork 19
/
documentation.yaml
49 lines (39 loc) · 1.97 KB
/
documentation.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
resources:
Function:
fields:
FunctionEventInvokeConfig:
prepend: |
Configures options for asynchronous invocation on a function.
- DestinationConfig
A destination for events after they have been sent to a function for processing.
Types of Destinations:
Function - The Amazon Resource Name (ARN) of a Lambda function.
Queue - The ARN of a standard SQS queue.
Topic - The ARN of a standard SNS topic.
Event Bus - The ARN of an Amazon EventBridge event bus.
- MaximumEventAgeInSeconds
The maximum age of a request that Lambda sends to a function for processing.
- MaximumRetryAttempts
The maximum number of times to retry when the function returns an error.
Alias:
fields:
FunctionEventInvokeConfig:
prepend: |
Configures options for asynchronous invocation on an alias.
- DestinationConfig
A destination for events after they have been sent to a function for processing.
Types of Destinations:
Function - The Amazon Resource Name (ARN) of a Lambda function.
Queue - The ARN of a standard SQS queue.
Topic - The ARN of a standard SNS topic.
Event Bus - The ARN of an Amazon EventBridge event bus.
- MaximumEventAgeInSeconds
The maximum age of a request that Lambda sends to a function for processing.
- MaximumRetryAttempts
The maximum number of times to retry when the function returns an error.
ProvisionedConcurrencyConfig:
prepend: |
Configures provisioned concurrency to a function's alias
- ProvisionedConcurrentExecutions
The amount of provisioned concurrency to allocate for the version or alias.
Minimum value of 1 is required