dazzling-scientist-80826
06/27/2019, 11:02 PMaws.cloudwatch.LogGroup.get(name, logGroupName)
where logGroupName
is a computed value like /aws/lambda/${lambda.name}
- this works, but if there were no log messages written by the lambda yet (ie on an initial deploy) subsequent resource creations that reference the log group fail with The specified log group does not exist
- any recommendations on how to solve this chicken and egg problem?aws.cloudwatch.LogSubscriptionFilter
white-balloon-205