Skip the detail and show me the solution. AWS Lambda is one of the hottest technologies in cloud software development today. And, as hot as it is, there is still a lot of confusion on just what Lambda is and how to develop a serverless function. First, let’s clarify a few things, serverless doesn’t meanContinue reading “How to Create a Simple .NET Core AWS Lambda Function”
Tag Archives: featured
A Simple Configuration Based CORS Solution for ASP.NET Core
Skip the detail and show me the code. Warning: some AWS services may have fees associated with them. CORS, or Cross-Origin Resource Sharing — while simple in concept, seems to still mystify many developers. Simply put, CORS allows you to share resources from your “origin” with browser based consumers from a different origin. In otherContinue reading “A Simple Configuration Based CORS Solution for ASP.NET Core”