SAM

close up photo of programming of codes

How to make a Serverless Application Model in AWS

Reading Time: 4 minutes In this blog, we’ll learn how to create, build, and test a serverless application model using the CLI. So, let’s get started. The AWS Serverless Application Model (SAM) is an open-source framework for developing serverless applications on Amazon Web Services. It allows us to express functions, APIs, databases, and event source mappings using shorthand syntax. We can define and model our application using YAML with Continue Reading

A WalkThrough with AWS Lambda

Reading Time: 4 minutes   Serverless Architecture Serverless is an application framework for building a serverless application without having to worry about managing infrastructures. It is based on the principle of third party service (BaaS) and on custom codes which run on a container(FaaS). Serverless architecture doesn’t mean we don’t have a server. With the serverless architecture, we still have a server to run our application, it’s just that Continue Reading