2021
Typescript Lambda & DynamoDB RESTful Api RUN LOCALLY using Docker and LocalStack!
LocalStack is pretty awesome! It allows you to emulate a number of AWS services on your computer. Today we're just going to focus on emulating DynamoDB locally to test our Serverless Lambda.
2019
Rate Limiting RESTful Api Requests using Action Filter Attributes - C# ASP.Net Core Web Api
Need to rate limit your Api? Simon Gilbert explains how to use action filter attributes in C# ASP.Net Core Web Api
RESTful CRUD Api using Entity Framework Core's In-Memory (O/RM) Database - C# ASP.Net Core Web Api
Need an in-memory database? Simon Gilbert explains Microsoft Entity Framework Core's' in-memory O/RM database as a CRUD layer in ASP.Net Core Web Api
Cross-Platform SMS RESTful Api using Twilio - C# ASP.Net Core Web Api
Looking to send SMS to your users? Simon Gilbert discusses how to construct a cross-platform RESTful API for sending SMS messages using the Twilio platform and C# ASP.Net Core Web Api in Visual Studio for Mac.