Question about logging Lambda execution to Cloudwa...
# aws
t
Question about logging Lambda execution to Cloudwatch in AWS. In these examples, at which point would I specify the log group to log into if I want to manage it manually instead of using one that is created by default. A log group (named
"example"
) is even set up in the code examples, but as far as I can see remains unused. Or am I missing something? Is placing it in the
dependsOn
field sufficient?