AWS Lambda Create a Lambda Function with CloudFromation: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
[[AWS_Lambda_Concepts#Function_Name|FunctionName]]: my-lambda | [[AWS_Lambda_Concepts#Function_Name|FunctionName]]: my-lambda | ||
Description: 'Some description' | Description: 'Some description' | ||
Code: | [[AWS_Lambda_Concepts#Code|Code]]: | ||
S3Bucket: String | S3Bucket: String | ||
S3Key: String | S3Key: String |
Revision as of 19:12, 4 April 2019
External
Internal
Resource Types
AWS::Lambda::Function
Resources: LambdaExample: Type: "AWS::Lambda::Function" Properties: FunctionName: my-lambda Description: 'Some description' Code: S3Bucket: String S3Key: String S3ObjectVersion: String ZipFile: String 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