public class KeepAliveLambda
Lambda that invokes other lambdas with keep-alive messages.
It is triggered by a CloudWatch event containing the ARN of the lambda to keep alive and the number of instances that should be kept alive.
| Modifier and Type | Class and Description |
|---|---|
static class |
KeepAliveLambda.Companion |
| Modifier and Type | Field and Description |
|---|---|
static KeepAliveLambda.Companion |
Companion |
| Constructor and Description |
|---|
KeepAliveLambda()
Lambda that invokes other lambdas with keep-alive messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(KeepAliveTrigger trigger) |
public static KeepAliveLambda.Companion Companion
public KeepAliveLambda()
Lambda that invokes other lambdas with keep-alive messages.
It is triggered by a CloudWatch event containing the ARN of the lambda to keep alive and the number of instances that should be kept alive.
public void handle(KeepAliveTrigger trigger)