Skip to content

ListMicrovms

Source: src/AWS/Lambda/ListMicrovms.ts

Runtime binding for ListMicrovms.

Bind it to a {@link MicrovmImage} to get a callable that lists the MicroVMs launched from that image (the imageIdentifier filter is injected).

const listMicrovms = yield* AWS.Lambda.ListMicrovms(Sandbox);
const { items } = yield* listMicrovms({});