Skip to content

Commit 196a593

Browse files
committed
docs: remove reference to InlineCode which is unreleased
* removing this documentation before merging to master * this commit can be reverted after merge to master
1 parent 4514dcd commit 196a593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

versions/2016-10-31.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ Property Name | Type | Description
103103
---|:---:|---
104104
Handler | `string` | **Required.** Function within your code that is called to begin execution.
105105
Runtime | `string` | **Required.** The runtime environment.
106-
CodeUri | `string` <span>&#124;</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>&#124;</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).
108107
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)
109108
Description | `string` | Description of the function.
110109
MemorySize | `integer` | Size of the memory allocated per invocation of the function in MB. Defaults to 128.

0 commit comments

Comments
 (0)