AWS Lambda Create a Lambda Function with CloudFromation: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
Type: "AWS::Lambda::Function" | Type: "AWS::Lambda::Function" | ||
Properties: | Properties: | ||
[[AWS_Lambda_Concepts#Function_Name|FunctionName]]: | [[AWS_Lambda_Concepts#Function_Name|FunctionName]]: my-lambda | ||
Description: | Description: 'Some description' | ||
Code: | Code: | ||
Code | Code |
Revision as of 19:06, 4 April 2019
External
Internal
Resource Types
AWS::Lambda::Function
Resources: LambdaExample: Type: "AWS::Lambda::Function" Properties: FunctionName: my-lambda Description: 'Some description' Code: Code Environment: Environment Runtime: String VpcConfig: VPCConfig MemorySize: Integer Role: String Timeout: Integer Handler: String ReservedConcurrentExecutions: Integer DeadLetterConfig: DeadLetterConfig KmsKeyArn: String Layers: - String TracingConfig: TracingConfig Tags: Resource Tag