GetMicrovmImage
Source:
src/AWS/Lambda/GetMicrovmImage.ts
Runtime binding for GetMicrovmImage.
Bind it to a {@link MicrovmImage} to read the image’s state and versions at
runtime (the imageIdentifier is injected).
Image Reads
Section titled “Image Reads”const getMicrovmImage = yield* AWS.Lambda.GetMicrovmImage(Sandbox);const image = yield* getMicrovmImage({});