aws-cloudformation / aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://aws.amazon.com/step-functions/
Apache License 2.0
6 stars 4 forks source link

Inherit StdCallbackContext for CallbackContext #57

Closed hongkuntian closed 4 months ago

hongkuntian commented 4 months ago

Issue #, if available: N/A

Description of changes:

Add inheritance for CallbackContext objects such that all resources' CallbackContext inherit from StdCallbackContext (source).

This enables improved logging for handlers.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.