@othree.io/chisel-aws
Version:
AWS Support for Chisel
6 lines • 361 B
TypeScript
import { actor, Command } from '@othree.io/chisel';
export interface LambdaCommand {
readonly command: Command;
}
export declare const handleLambdaCommand: <AggregateRoot>(handle: actor.Handle<AggregateRoot>) => (event: LambdaCommand) => Promise<import("@othree.io/chisel").CommandResult<AggregateRoot>>;
//# sourceMappingURL=lambda-command-handler.d.ts.map