You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* freeze recursively request object
* pass logger interface to handler
* refactor log delivery completely
* pass timestamp when publishing log event
* support adding filter to log proxy
* scrub sensitive info when logging
* use string replace all with shim library
* ensure s3 fallback logging
* fix zip timestamp issue in codegen test
* use pip new resolver flag
While importing the [{{ lib_name }}](https://github.com/eduardomourar/cloudformation-cli-typescript-plugin) library, failures can be passed back to CloudFormation by either raising an exception from `exceptions`, or setting the ProgressEvent's `status` to `OperationStatus.Failed` and `errorCode` to one of `HandlerErrorCode`. There is a static helper function, `ProgressEvent.failed`, for this common case.
38
38
39
-
Keep in mind, during runtime all logs will be delivered to CloudWatch except those used with `debug` method.
39
+
Keep in mind, during runtime all logs will be delivered to CloudWatch if you use the `LoggerProxy.log` method.
0 commit comments