Norm Johanson
Norm Johanson
I think what is missing in the documentation for `Amazon.Lambda.AspNetCoreServer.Hosting` is how the Lambda function's handler string should be configured. We are probably rely too much on project templates. For...
@jeastham1993 Agreed on wanting to get .NET support. Our current focus has been getting .NET included with the [Lambda Managed Instance](https://aws.amazon.com/blogs/aws/introducing-aws-lambda-managed-instances-serverless-simplicity-with-ec2-flexibility/) and also getting .NET 10 support completed. This is...
@lkurzyniec I'm wondering if something has corrupted the install of the `BlazorMonaco` component we are using. Can you navigate to the folder `C:\Users\\.dotnet\tools\.store\amazon.lambda.testtool\0.11.0\amazon.lambda.testtool\0.11.0\tools\net8.0\any\wwwroot\_content\BlazorMonaco` and confirm it exists. Assuming it does...
My mistake I said the folder count instead of file count in my last post. I think I also had a dev version installed causing the discrepancy of 2 folders....
The tool doesn't currently look at CodeUri in the global section when processing the template but that is a good idea to get updated to do that.
It sounds like what you are asking for is a just do the package part of deployment like we do with Lambda with our `dotnet lambda package` command. Most of...
I have recreated the issue and will work on getting a fix out as soon as I can.
PR is out https://github.com/aws/aws-extensions-for-dotnet-cli/pull/415. I'll try and get this released as soon as I can.
Version `6.0.1` is released with the fix. Thanks again for reporting the issue and sorry for the inconvenience.
Do you have any data on how much it slows your CI? I would imagine given the usual size and number of files it would be pretty small. A benefit...