soprinye.comBeyond Lambda Functions: Mastering Serverless DevelopmentIntroduction AWS Lambda service is a critical component of serverless applications. It is one of the compute services for FaaS on AWS. When you deploy your functions to the cloud, AWS Lambda service is responsible for the execution. Knowing how to wr...Feb 4, 2025·9 min read
soprinye.comServerless API Development on AWS with TypeScript - Part 3Introduction In the last part of this series, we will go deeper into Data Access patterns, how they not only determine how we query a DynamoDB table but how they also determine the result of a query. We will also look at a fantastic feature of Dynamo...Aug 11, 2023·12 min read
soprinye.comServerless API Development on AWS with TypeScript - Part 2Part 1 of this series was an introduction to the Tenant Service project, the AWS services used and configurations for the Serverless Framework. In this article, part 2, we will take a deeper look at the composition of the entities because they play a...Jul 20, 2023·10 min read
soprinye.comServerless API Development on AWS with TypeScript - Part 1Introduction This article is written to help anyone who needs a guide in building their first serverless API on AWS using the Serverless Framework and TypeScript. If you have never built an API using the Serverless Framework, you would need to set up...May 23, 2023·7 min read
soprinye.comSetting up for Serverless Development with AWSIntroduction Beginning serverless development requires that you have certain packages or software installed on your computer that make it easy to develop applications using the Serverless Framework. This article outlines the process of downloading an...Jan 30, 2023·7 min read