Norm Johanson
@normj.bsky.social
📤 182
📥 46
📝 29
I work at AWS, making .NET great on AWS. All opinions expressed are my own.
Another video from
@jameseastham.co.uk
showing off the power of combining AWS and .NET Aspire.
www.youtube.com/watch?v=Jxj2...
loading . . .
Master Local Async Lambda Development with .NET Aspire
YouTube video by James Eastham
https://www.youtube.com/watch?v=Jxj2K0zaqoU
3 months ago
0
7
3
Great video by
@jameseastham.co.uk
showing off our AWS Lambda support for .NET Aspire. Making it easy to local develop and debug your .NET Lambda functions.
www.youtube.com/watch?v=Ph9w...
loading . . .
Simplify your local AWS Lambda development with .NET Aspire
YouTube video by James Eastham
https://www.youtube.com/watch?v=Ph9w_EKZQU0
3 months ago
0
3
2
V4 of the AWS SDK for .NET is GA today! It is an evolutionary major version bump with significant performance improvements.
aws.amazon.com/blogs/develo...
loading . . .
General Availability of AWS SDK for .NET V4.0 | Amazon Web Services
Version 4.0 of the AWS SDK for .NET has been released for general availability (GA). V4 has been in development for a little over a year in our SDK’s public GitHub repository with 13 previews being re...
https://aws.amazon.com/blogs/developer/general-availability-of-aws-sdk-for-net-v4-0/
5 months ago
1
8
2
To see AWS Lambda and .NET Aspire in action together here is the recording of my appearance on the AWS Twitch channel diving deep into our support.
www.twitch.tv/videos/24275...
loading . . .
AWS Lambda and .NET Aspire | Serverless Office Hours - aws on Twitch
aws went live on Twitch. Catch up on their Talk Shows & Podcasts VOD now.
https://www.twitch.tv/videos/2427524327
6 months ago
0
4
1
Support for SQS event source in our .NET Aspire integration for AWS Lambda. Available in version 9.1.6 for our hosting NuGet package
nuget.org/packages/Asp...
6 months ago
0
1
0
I'll be on the AWS Twitch channel for the AWS Serverless office hours tomorrow, April 8th, at 11:00 am PST. I'll be talking about Lambda with .NET Aspire. Come check out what we have built and ask questions about Lambda + Aspire or .NET Lambda in general.
www.twitch.tv/aws
loading . . .
AWS - Twitch
Tech Tales S04E08 - The Tale of EC2 Graviton Migrations
https://www.twitch.tv/aws
6 months ago
0
3
0
reposted by
Norm Johanson
Martin Costello 🏳️🌈🇪🇺🪿
7 months ago
Just tried this out in one of my personal projects, and it found two bugs that I wasn’t otherwise aware of in my own code within 5 minutes 😅
add a skeleton here at some point
3
3
1
Part 2 in my blog posts for AWS Lambda and .NET Aspire is out. This goes beyond simple testing of Lambda functions to how you can take advantage of the .NET Aspire programming model for tying together components and OpenTelemetry.
aws.amazon.com/blogs/develo...
#dotnet
#aspire
loading . . .
Building and Debugging .NET Lambda applications with .NET Aspire (Part 2) | Amazon Web Services
In Part 1 of our blog posts for .NET Aspire and AWS Lambda, we showed you how .NET Aspire can be used for running and debugging .NET Lambda functions. In this part, Part 2, we’ll show you how to take ...
https://aws.amazon.com/blogs/developer/building-lambda-with-aspire-part-2/
7 months ago
0
5
0
We released developer preview of our AWS Lambda support for .NET Aspire. I'm excited about what we can do with .NET Aspire and Lambda. Here is part 1 blog post of a 2 part series on taking advantage of .NET Aspire when developing .NET Lambda functions.
t.co/RNcSBvo7KJ
loading . . .
https://aws.amazon.com/blogs/developer/building-lambda-with-aspire-part-1/
https://t.co/RNcSBvo7KJ
7 months ago
0
4
2
New post talking about what AWS features we have been building for .NET Aspire. Including the recent addition of integrating DynamoDB local into your Aspire application.
aws.amazon.com/blogs/develo...
loading . . .
Integrating AWS with .NET Aspire | Amazon Web Services
.NET Aspire is a new way of building cloud-ready applications. In particular, it provides an orchestration for local environments in which to run, connect, and debug the components of distributed appl...
https://aws.amazon.com/blogs/developer/integrating-aws-with-net-aspire/
8 months ago
0
7
2
Preview 6 of the V4 version of the AWS SDK for .NET is out. The big changes in this preview is the DynamoDB high level libraries now support Native AOT and the SDK is now using System.Text.Json for serialization.
github.com/aws/aws-sdk-...
loading . . .
V4 Development Tracker · Issue #3362 · aws/aws-sdk-net
V4 Development Tracker This issue is for tracking the changes being made for V4 of the AWS SDK for .NET. Development of V4 is happening in the v4-development branch in this repository. V4 is an evo...
https://github.com/aws/aws-sdk-net/issues/3362
8 months ago
2
4
1
Last week the AWS SDKs including the .NET SDK updated data integrity checks for S3. The changes are transparent to existing code but if you are using S3 emulators you might run into problems. The announcement below has the details and how disable if you need to.
github.com/aws/aws-sdk-...
loading . . .
Announcement: S3 default integrity change · Issue #3610 · aws/aws-sdk-net
In AWS SDK for .NET package AWSSSDK.S3 version 3.7.412.0, we released changes to the S3 client that adopts new default integrity protections. For more information on default integrity behavior, ple...
https://github.com/aws/aws-sdk-net/issues/3610
8 months ago
0
1
1
First year not going to reinvent so I actually had time to do the Seattle marathon.
10 months ago
1
6
0
Continuing to make .NET a powerful Serverless platform we have added SnapStart support to our .NET AWS Lambda managed runtime. For those hesitant to use .NET for serverless due to cold start performance SnapStart can be a game changer.
aws.amazon.com/blogs/aws/aw...
loading . . .
AWS Lambda SnapStart for Python and .NET functions is now generally available | Amazon Web Services
AWS Lambda SnapStart boosts Python and .NET functions' startup times to sub-second levels, often with minimal code changes, enabling highly responsive and scalable serverless apps.
https://aws.amazon.com/blogs/aws/aws-lambda-snapstart-for-python-and-net-functions-is-now-generally-available/
10 months ago
0
13
5
I really enjoyed this deep dive into .NET's Native AOT implementation. Especially learning what happens at init time for a Native AOT and comparing to the normal VM mode.
www.youtube.com/watch?v=Gmn-...
loading . . .
Deep dive on native AOT
YouTube video by dotnet
https://www.youtube.com/watch?v=Gmn-4mVSjq4
10 months ago
0
0
0
Congrates to the .NET team releasing .NET and .NET Aspire 9. Looking forward to showing off what you can do with AWS and .NET Aspire on day 3 of
#dotNETConf
.
11 months ago
0
4
0
you reached the end!!
feeds!
log in