| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Method and Description |
|---|---|
FunctionVersion |
Function.addVersion(String name)
Add a new version for this Lambda
If you want to deploy through CloudFormation and use aliases, you need to
add a new version (with a new name) to your Lambda every time you want
to deploy an update.
|
FunctionVersion |
Function.addVersion(String name,
String codeSha256)
Add a new version for this Lambda
If you want to deploy through CloudFormation and use aliases, you need to
add a new version (with a new name) to your Lambda every time you want
to deploy an update.
|
FunctionVersion |
Function.addVersion(String name,
String codeSha256,
String description)
Add a new version for this Lambda
If you want to deploy through CloudFormation and use aliases, you need to
add a new version (with a new name) to your Lambda every time you want
to deploy an update.
|
FunctionVersion |
VersionWeight.getVersion()
The version to route traffic to
|
FunctionVersion |
VersionWeight.Jsii$Proxy.getVersion()
The version to route traffic to
|
FunctionVersion |
AliasProps.getVersion()
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
FunctionVersion |
AliasProps.Jsii$Proxy.getVersion()
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AliasProps.setVersion(FunctionVersion value)
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
void |
AliasProps.Jsii$Proxy.setVersion(FunctionVersion value)
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
|
VersionWeight.Builder |
VersionWeight.Builder.withVersion(FunctionVersion value)
Sets the value of Version
|
AliasProps.Builder |
AliasProps.Builder.withVersion(FunctionVersion value)
Sets the value of Version
|
Copyright © 2018. All rights reserved.