.NET on AWS Blog

Craig Bossie

Author: Craig Bossie

Craig Bossie is a Solutions Architect that has been with AWS for three years and works with global customers, helping them migrate, modernize, and optimize their Microsoft Workloads for the AWS cloud. He’s been doing .NET development and consulting for over 18 years and is very excited to help customers better run their modern applications on AWS.

Building Serverless .NET Applications with AWS Lambda and the SAM CLI

When building serverless .NET applications in AWS, the AWS Serverless Application Model (AWS SAM) provides a shorthand syntax to model resources such as AWS Lambda functions, Amazon API Gateway, Amazon DynamoDB tables, and event source mappings. AWS SAM helps you to build, test, and deploy your cloud-based .NET applications quickly in the cloud. This blog […]