GSCC2019: Leveraging the Dependency Injection support in Azure Functions/AWS Lambda

Today I had the opportunity to speak at Granite State Code Camp 2019 (GSCC2019), NH. The topic was Leveraging the Dependency Injection support in Azure Functions/AWS Lambda.

Meeting URL

http://www.granitestatecodecamp.org/schedule

Talk Description

The serverless technique lets you run code without provisioning or managing servers. You pay only for the compute time you consume, and there is no charge when your code is not running. In this session, we will go thru why Dependency injection is important in serverless coding using .NET Core 2.x. We’ll cover demo and coding samples from Azure functions (Microsoft Serverless technology) and AWS lambda (AWS serverless technology)