Intro to Serverless 4. Amazon API Gateway Amazon API Gateway is a very flexible cloud service, mostly used to create a REST API powered by a lambda function. I am going to take you through the instructions on how to create a simple HTTP GET endpoint with the help of the Serverless Framework, and how we can return a response in JSON.
Intro to Serverless 3. Overview of the basic AWS Serverless services The AWS services that I’m going to show you today have many different uses; I’ll focus only on their important features from the serverless architecture point of view.
Intro to Serverless 2. Serverless Framework The Serverless Framework is a CLI tool which provides the deployment infrastructure needed for your serverless application to run seamlessly. It supports around 10 cloud providers, such as AWS and already has a fairly extensive plugin ecosystem—thanks to which it can be adjusted to suit your needs.
Intro to Serverless 1. Intro to Serverless In case you haven’t heard of Serverless yet, listen up. It might change the way you design and manage your applications – just like it did for us at Purple Technology back in 2017 when we adopted the technology.