steep-toddler-94095
09/16/2022, 9:17 PMaws:context
even means
error: Missing required configuration variable 'aws:context'
I'm just trying to use the getBucketObject
function
getBucketObject(
{
bucket: "bucketName",
key: `/blah/blah.json`,
},
{
provider: new Provider("us-east-2", {
assumeRole: awsConfig.requireObject("assumeRole"),
allowedAccountIds: awsConfig.requireObject("allowedAccountIds"),
region: "us-east-2",
}),
}
)
aws:context: uhhh
to my stack config file. no idea what the purpose of this is, but apparently any string value works 🤷stocky-restaurant-98004
09/17/2022, 2:14 PM