Sever Băneșiu

Results 8 comments of Sever Băneșiu

I don't oppose including the enum but I fear that the `__dict__` case changes the log structure for others that use the current `repr` functionality. Thoughts? Nit: would `repr(dir(obj))` be...

I don't disagree, but I suggest we wait until the community reaches consensus on this.

https://kubernetes.io/docs/concepts/storage/volume-snapshots/ >Volume snapshots provide Kubernetes users with a standardized way to copy a volume's contents at a particular point in time without creating an entirely new volume. This functionality enables,...

Would either of you be interested in opening a pull request to fix this issue?

That's an interesting idea. I haven't explored this possibility although I see this kind of integration is supported (https://aws.amazon.com/about-aws/whats-new/2015/08/trigger-aws-lambda-functions-using-amazon-simple-workflow/). In theory it should be easy to do it. Unfortunately I...

@cjpetrus I'm more than willing to accept PR for integrating with AWS Lambda. AFAIK there are other persons interested in adding this feature, but haven't seen any actual code yet....

@nklapste this PR looks pretty harmless, do you we should merge it?