Ashish Dhingra

Results 383 comments of Ashish Dhingra

@dobeerman Good afternoon. Could you please share the following: - Self contained minimal CDK code to reproduce the issue. - What does you API destination looks like? - Output of...

@dobeerman Apologies for late response. Please let us know if you are able to get workaround this issue. As mentioned in my previous comment, per [RuleTargetInput.fromEventPath](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.RuleTargetInput.html) takes the event target...

Needs input from team to review findings in comment https://github.com/aws/aws-cdk/issues/31059#issuecomment-2276665862, reevaluate the design and advise if we could get away with memoizing the result in `lambda.grantInvokeUrl()`.

Reproducible using customer provided code (for reproduction, new line character should be added when executing `git commit -m "` from console, pressing `` before closing message with `"` character). If...

@fabian4cast Good afternoon. I was able to reproduce the issue by: - Manually creating RestApi along with deployment stage (named `BetaStage`). - Using the below bare minimal code and running...

Example appears to be incorrect. The documentation states that api_endpoint ([TaskInput](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_stepfunctions/TaskInput.html#aws_cdk.aws_stepfunctions.TaskInput)) is `The API endpoint to call, relative to apiRoot`.

As an alternative, CDK release pipeline could be modified to create changelog per month.

@quaverBit Please confirm if this feature request is still valid and if you are unblocked.

@matthewyost Good morning. Thanks for reporting the issue. If you check [here](https://github.com/aws/aws-extensions-for-dotnet-cli/blob/7918ffc0781d4c887a4bfe55579ceef5392ce9b5/src/Amazon.Lambda.Tools/Commands/DeployServerlessCommand.cs#L355), it executes the changeset. Then based on the value of [shouldWait](https://github.com/aws/aws-extensions-for-dotnet-cli/blob/7918ffc0781d4c887a4bfe55579ceef5392ce9b5/src/Amazon.Lambda.Tools/Commands/DeployServerlessCommand.cs#L368), it might wait if it is `true`...

@matthewyost Thanks for your reply. Please share the below information: - Share minimal reproducible code sample to reproduce the issue. - How are you executing `dotnet lambda deploy-serverless` command? Is...