sparse-intern-71089
04/15/2020, 8:33 AMbroad-dog-22463
04/15/2020, 12:27 PMexport const imageID = imageId;
And tell me if that works?broad-dog-22463
04/15/2020, 12:28 PMconst amiId = aws.getAmi({
owners: ["0123456"],
mostRecent: true,
}, { async: true }).then(ami => ami.id);
high-jackal-29091
04/15/2020, 2:54 PMexport class ABC
constructor so I could not export const from there. I added imageID: imageId to this.registerOutputs
but it did not work. { async: true }).then(ami => ami.id);
works like a charm.high-jackal-29091
04/15/2020, 2:54 PM