AWS Lambda Create a Lambda Function with CloudFromation: Difference between revisions
Jump to navigation
Jump to search
Line 45: | Line 45: | ||
Tags: | Tags: | ||
Resource Tag | Resource Tag | ||
=Create a bash Lambda= | |||
{{External|[https://docs.aws.amazon.com/lambda/latest/dg/runtimes-walkthrough.html Tutorial – Publishing a Custom Runtime]}} | |||
=Create a Java Lambda= | =Create a Java Lambda= |
Revision as of 19:15, 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: a-bucket S3Key: a-deployment-package # 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