AWS::Lambda::EventInvokeConfigThe AWS::Lambda::EventInvokeConfig resource configures options for asynchronous invocation on a version or an alias.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FunctionName | string | RequiredCreate-only |
Qualifier | string | RequiredCreate-only |
DestinationConfig | DestinationConfig | |
MaximumEventAgeInSeconds | integer | |
MaximumRetryAttempts | integer |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Lambda::EventInvokeConfig
Resources:
MyResource:
Type: AWS::Lambda::EventInvokeConfig
Properties:
FunctionName: "my-functionname"
Qualifier: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
lambda:PutFunctionEventInvokeConfiglambda:GetFunctionEventInvokeConfiglambda:UpdateFunctionEventInvokeConfiglambda:DeleteFunctionEventInvokeConfiglambda:ListFunctionEventInvokeConfigsEverything you need to know about Lambda on one page. HD quality, print-friendly.
Download Free InfographicFunctionNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FunctionNameQualifier