At this point we have an ASP.NET Core application running locally that has removed its dependency on SQL Server and local configuration files. We are only using AWS serverless technologies like Cognito and Parameter Store reducing our overhead of what we have to manage and making it easy to scale based on our usage.
- Getting Started
- What is a serverless application?
- Common AWS Serverless Services
- What are we going to build in this tutorial?
- TODO List AWS Services Used
- Using DynamoDB to store TODO Lists
- Handling service events with Lambda
- Getting ASP.NET Core ready for Serverless
- Deploying ASP.NET Core as a Serverless Application
- Tear Down
- Final Wrap Up
Continue on to next page: Deploying ASP.NET Core as a Serverless Application