You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/2016-10-31.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,7 @@ Property Name | Type | Description
103
103
---|:---:|---
104
104
Handler | `string` | **Required.** Function within your code that is called to begin execution.
105
105
Runtime | `string` | **Required.** The runtime environment.
106
-
CodeUri | `string` <span>|</span> [S3 Location Object](#s3-location-object) | **Either CodeUri or InlineCode must be specified.** S3 Uri or location to the function code. The S3 object this Uri references MUST be a [Lambda deployment package](http://docs.aws.amazon.com/lambda/latest/dg/deployment-package-v2.html).
107
-
InlineCode | `string` | **Either CodeUri or InlineCode must be specified.** The inline code for the lambda.
106
+
CodeUri | `string` <span>|</span> [S3 Location Object](#s3-location-object) | **Required.** S3 Uri or location to the function code. The S3 object this Uri references MUST be a [Lambda deployment package](http://docs.aws.amazon.com/lambda/latest/dg/deployment-package-v2.html).
108
107
FunctionName | `string` | A name for the function. If you don't specify a name, a unique name will be generated for you. [More Info](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-functionname)
109
108
Description | `string` | Description of the function.
110
109
MemorySize | `integer` | Size of the memory allocated per invocation of the function in MB. Defaults to 128.
0 commit comments