agent-claw: automated task changes
This commit is contained in:
6
cdk/node_modules/aws-cdk-lib/aws-lambda/lib/function-hash.d.ts
generated
vendored
Normal file
6
cdk/node_modules/aws-cdk-lib/aws-lambda/lib/function-hash.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Function as LambdaFunction } from './function';
|
||||
export declare function calculateFunctionHash(fn: LambdaFunction, additional?: string): string;
|
||||
export declare function trimFromStart(s: string, maxLength: number): string;
|
||||
export declare const VERSION_LOCKED: {
|
||||
[key: string]: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user