Ritvik Nag
Ritvik Nag
@John0x I've opened [a discussion](https://github.com/aws/aws-cdk/discussions/21486) on the AWS CDK repo currently in regards to this issue, I'm hopeful that we can get some traction and help with moving this along,...
Hi @John0x, I've published a new release, `v1.2.1`. Please take a look and let me know if it resolves the issue in your case. I am curious if it does...
Hi @timkaas, first off thanks for opening this issue. I had a look, and realized that you are totally right - this is likely because we only call `cargo lambda`...
A few TODO items I see, and potential areas of improvement in terms of documentation and clarity purposes: - Documentation should be updated to indicate that `BUILD_INDIVIDUALLY` should be enabled...
Hey @raxod502 and @cquick01, thanks for asking and contributing to this issue. I think the PR forgot to be linked but just adding it here -- #94 and I added...
Hi @buckley-w-david, thanks for opening this issue. I had thought about it much earlier for a while, like really thought about it, and I'm hopeful because I think the fix...
I've checked in a WIP branch with the working changes. I was able to test with enabling a new meta field `recursive_classes` and confirmed that the use cases above now...
@trulite I'll have to dig a bit deeper to confirm, but my initial suspicion is that it won't be possible currently to set a per-field parser to use in from_dict....
Just a note, for those using CDK. I use this snippet a lot in my projects, and just now adapted it to use the official AWS images for `pip install`s,...
> So I ran into an issue here where instantiating the class without a value for property returns the property object itself. `v = Vehicle()` returns `setting wheels to getting...