aws-cloudformation / cloudformation-cli-go-plugin

The CloudFormation Provider Development Toolkit Go Plugin allows you to autogenerate Go code based on an input schema.
52 stars 31 forks source link

Correlating logs #195

Open KevinPike opened 3 years ago

KevinPike commented 3 years ago

When my resource providers log multiple logs per invocation, I can't tell which logs came from which invocations. An example solution is Request ID on Request that could be added to my logs to group logs from that invocation.