Kethan sai

Results 787 comments of Kethan sai

appears to be related to https://github.com/aws/aws-cdk/issues/26754

Hey @BwL1289, thank you for reporting this issue and providing us the logs. On diving into this issue, I was able to observe the following when reproducing this issue. CDK...

Hey @BwL1289, wanted to follow up on this. Tried reproing this issue with code from the previous comment and the following but no longer observe the duplicate operations. Could you...

Hey @BwL1289, sorry to hear about this. Would you be open to connect on a call to dive into this? as i have not been able to reproduce the issue....

@BwL1289 thank you for hopping on the call and walking through the issue. I was able to reproduce the issue, marking as P1. Reproduction steps: 1. deploy the following: ```ts...

Hey @waltmayf, thank you for reaching out. On a quick test i was unable to reproduce the issue. Could you provide us the following information. Does the error occur on...

Marking this as bug for further investigation. I was able to reproduce the issue using the following ``` Aspects.of(stack1).add(new AwsSolutionsChecks({ verbose: true })); Aspects.of(stack2).add( new AwsSolutionsChecks({ verbose: true }) );...

Minimal reproduction steps: 1. create new amplify backend app 2. on the `backend.ts` added ``` backend.stack.addMetadata("test", "test"); ``` 3. run `npx ampx sandbox` and observed ![Image](https://github.com/user-attachments/assets/d936bb79-98be-4ec0-8e4a-44b13569c334) noticed if the sandbox...

Marking this a feature request.

Hey,👋 thanks for raising this! I'm going to transfer this over to our API repository for better assistance 🙂