AWS Lambda Architectures with .NET 6: X86 or ARM (Graviton)
An AWS Lambda function that uses the .NET 6 runtime can run on two architectures:
arm64 - 64-bit ARM architecture using AWS Graviton2 processors.
x86_64 - 64-bit x86 architecture using standard x86 processors.
When choosing between x86 and ARM fo...
blog.raulnq.com3 min read