Pahud Hsieh

Results 356 comments of Pahud Hsieh

I am not sure but maybe the username for bots should be `dependabot[bot]` and `mergify[bot]`?

I can reproduce this issue in cdk v2.50.0 and I'm assigning this to myself as p2. I'll look into it for the root cause and investigate if there's anything we...

I think we probably should fix here. https://github.com/aws/aws-cdk/blob/5b3d06d808d1eb110943b2c68de75ae6d5b5e624/packages/%40aws-cdk/aws-eks/lib/cluster-resource-handler/cluster.ts#L139-L154 According to the lambda logs: ```js { "updates": { "replaceName": false, "replaceVpc": false, "updateAccess": true, "replaceRole": false, "updateVersion": false, "updateEncryption": false, "updateLogging":...

Just created a PR draft for a quick fix https://github.com/aws/aws-cdk/pull/22957 I can successfully update the stack by simply updating the endpoint access like ```ts new eks.Cluster(this, 'Cluster', { vpc, endpointAccess:...

I got similar issue ``` Type: AWS::Serverless::Application Properties: Location: ApplicationId: !Sub "arn:aws:serverlessrepo:${AWS::Region}:123456789012:applications/app-name" ``` And I got `Transform AWS::Serverless-2016-10-31 failed with: Internal transform failure.`

Love telegram integration!

That would be awesome! Feel free to submit your PR and let me know if you need any help. Thank!

Hey @mazyu36 I am looking forward to all your PRs. Feel free to submit for that. Thank you.