lemon-salesclerk-6224
01/11/2022, 6:02 AMcallbackFunction
to use a specific cloudwatch log group? I am able to create the log group and set it as a dependency of the lambda, but another cloudwatch group gets created when I deploy and logs are instead sent to that new group instead of the one I specified as a dependency.callbackFunction
call. However, when the lambda is actually deployed, a default cloudwatch log group is being used instead. This one is not tracked in the stack and cannot be destroyed using pulumi.
Not sure if i'm maybe just missing some config somewhere, but this behavior seems odd.