
What Is Serverless?
Serverless Computing is also known as FaaS or Function As a Service.
Category
6 posts

Serverless Computing is also known as FaaS or Function As a Service.

When deploying a serverless application on AWS Lambda using a Docker image, AWS provides a base image to make your work easier.

Cloud computing is the on-demand delivery of technology resources over the Internet with pay-as-you-go pricing. Instead of buying, owning, and maintaining physical data centers and servers, you can access technology services such as computing power, storage, and databases on an as-needed basis from a cloud provider like Amazon Web Services (AWS).

There are many options for deploying a serverless application on AWS Lambda. Here are the ones I know of:

If you wrote your serverless application with FastAPI and want to run it on AWS Lambda, you need to make it compatible with Lambda. The library you need for this is mangum.

Lambda is a compute service that lets you run code without managing servers.