wide-boots-39023
06/09/2020, 12:59 AMconst file = new aws.s3.BucketObject("filename", {...});
and later in a lambda access it using file.id.get()
.
is it possible to create an array of resources and access them from a lambda too? when i try the naive way of pushing resources into an array it seems to turn up empty
thank you