Shailja Khurana

Results 95 comments of Shailja Khurana

@gravieure , thanks for reaching out. I am not able to reproduce the issue. Could you please share a minnimal reproducible code snippet?

@gravieure , Thanks for clarification. Since this is a CFN issue, please create an issue with the CFN team here on their [Cloudformation coverage map](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues) and follow that one for...

Ah My Bad @gravieure , I missed comprehending the whole context. I will dive deep and get back to you

@gravieure , AFAIK, the doc generation is from [jsii-docgen](https://github.com/cdklabs/jsii-docgen) which generates the API.md and we tend to write the original implementation in TypeScript and have jsii-docgen to generate docs for...

@gravieure , thanks for keeping patience! I don't have any ETA but team surely has plans of improving the docs experience for the community.

Hi @MunchyYDL , Thnaks for reaching out. There is already work being done on upgrading the lambda runtime to NodeJS20 as the latest. It is being tracked [here](https://github.com/aws/aws-cdk/issues/27003).

Hi @adamtimmins , thanks for reaching out. It seems like what you are mentioning here is quite similar to the bug described [here](https://github.com/aws/aws-cdk/issues/13310) and [this reasoning](https://github.com/aws/aws-cdk/issues/13310#issuecomment-787410159) and [further explanation](https://github.com/aws/aws-cdk/issues/12323#issuecomment-755505645) might...

@adamtimmins , Could you please share the the complete repro code. I also see there is a closed issue similar to the custom role mentioned above - https://github.com/aws/aws-cdk/issues/22972 and many...

Hi @dliu864 , apologies for the delay in getting back. The code is in java and I am not that much familiar with it. Although I have been trying to...

Hi @gael-ft , thanks for reaching out. I found a previous similar issue reg the support of Dynamic bucket in Map ItemReader - https://github.com/aws/aws-cdk/issues/29409 and PR seems to be merged...