Ashish Dhingra

Results 381 comments of Ashish Dhingra

Hi @nickadam, Good afternoon. Thanks for submitting the feature request. Could you please share a code example for the use case to analyze this further? Is this related to PowerShell...

Hi @Swimburger, Thanks for reporting the issue. The output of the `dotnet new serverless.AspNetCoreMinimalAPI --name MyLambdaMinimalApi --output .` command is controlled by the [Lambda Blueprint template](https://github.com/aws/aws-lambda-dotnet/tree/master/Blueprints/BlueprintDefinitions/vs2022/AspNetCoreWebAPI.MinimalAPI/template) which defines the top...

> If I understand correctly, the `--name` and `--output` argument is handled by .NET CLI (not part of this project), but it's the _src_ folder that is injected by the...

Marking this as feature request since this is working as designed. May be we could include a switch which controls the creation of `test` folder. If not we default to...

This needs to be reviewed with the team. @dougludlow Feel free to contribute a PR since you might be able to implement and test this feature request.

Not sure if it's feasible since Lambda Test Tool only allows to test the function logic. Needs review by the team.

PR https://github.com/aws/aws-lambda-dotnet/pull/899 looks similar and adds opt-in behavior. Should this PR be closed?

Reproducible. Sending just `12` (for example) via AWS Lambda console works.

Hi @msaravanaganesh, Good morning. Thanks for posting the issue. Looks like the script is unable to configuring .NET CLI AWS Lambda deployment tools and the error is thrown at https://github.com/aws/aws-lambda-dotnet/blob/04a0249fe10e1beb32fe0e73d7aa10f93ba25ccb/PowerShell/Module/Private/_DeploymentFunctions.ps1#L402...

@markgilbert-git Thanks for your guidance.