| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetCode
Lambda code from a local directory.
|
class |
InlineCode
Lambda code from an inline string (limited to 4KiB).
|
class |
S3Code
Lambda code from an S3 archive.
|
| Modifier and Type | Field and Description |
|---|---|
protected Code |
FunctionProps.Jsii$Pojo._code |
protected Code |
SingletonFunctionProps.Jsii$Pojo._code |
| Modifier and Type | Method and Description |
|---|---|
Code |
FunctionProps.getCode()
The source code of your Lambda function.
|
Code |
FunctionProps.Jsii$Pojo.getCode() |
Code |
FunctionProps.Jsii$Proxy.getCode()
The source code of your Lambda function.
|
Code |
SingletonFunctionProps.Jsii$Pojo.getCode() |
Code |
SingletonFunctionProps.Jsii$Proxy.getCode()
The source code of your Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionProps.setCode(Code value)
The source code of your Lambda function.
|
void |
FunctionProps.Jsii$Pojo.setCode(Code value) |
void |
FunctionProps.Jsii$Proxy.setCode(Code value)
The source code of your Lambda function.
|
void |
SingletonFunctionProps.Jsii$Pojo.setCode(Code value) |
void |
SingletonFunctionProps.Jsii$Proxy.setCode(Code value)
The source code of your Lambda function.
|
FunctionProps.Builder.HandlerStep |
FunctionProps.Builder.withCode(Code value)
The source code of your Lambda function.
|
SingletonFunctionProps.Builder.HandlerStep |
SingletonFunctionProps.Builder.CodeStep.withCode(Code value)
The source code of your Lambda function.
|
Copyright © 2018. All rights reserved.