Norm Johanson
banner
normj.bsky.social
Norm Johanson
@normj.bsky.social
I work at AWS, making .NET great on AWS. All opinions expressed are my own.
Congrats!
June 30, 2025 at 1:16 AM
Thanks, added to the issue my reasoning for asking.
May 28, 2025 at 11:11 PM
Is there any plans to support "dotnet publish App.cs" to get a deployment bundle for the single file application?
May 28, 2025 at 9:04 PM
We don't have support of TypeScript CDK. It Is something we should look into. For now I think your suggestion of referencing the generated CloudFormation template is problem the way to go.
May 10, 2025 at 4:47 AM
I hear you. I have been battling the flu for almost a week now :(
April 29, 2025 at 1:57 AM
That is great to hear!
March 4, 2025 at 6:43 PM
What about allowing integrations to add metadata that would show up on the lines of the graph? For example an integration where different Aspire resources handle different HTTP resource paths. I think it would make the graph more useful to see what the purpose of the connections were.
March 1, 2025 at 3:12 AM
Love to hear about your results trying it out.
February 8, 2025 at 12:02 AM
In our testing we are seeing significant allocation reduction for JSON based services like DynamoDB and SQS.
February 7, 2025 at 11:39 PM
For the DynamoDB Native AOT changes I saw with the code below my cold start improve from 1,700 ms to 500 ms by using Native AOT with the DynamoDB high level libraries.
February 7, 2025 at 11:38 PM
I’m sure there has been conversations but I haven’t been part of them. It would be a pretty big change to programming model particular with the runtime client and reporting back to the Lambda service. It is one of those ideas that sounds simple but gets complicated fast on the implementation side.
November 20, 2024 at 9:45 PM