agent-claw: automated task changes
This commit is contained in:
10
cdk/node_modules/aws-cdk-lib/aws-lambda/lib/handler.d.ts
generated
vendored
Normal file
10
cdk/node_modules/aws-cdk-lib/aws-lambda/lib/handler.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Lambda function handler
|
||||
*/
|
||||
export declare class Handler {
|
||||
/**
|
||||
* A special handler when the function handler is part of a Docker image.
|
||||
*/
|
||||
static readonly FROM_IMAGE = "FROM_IMAGE";
|
||||
private constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user