Serverless functions allow code to be delivered without you designating any infrastructure for the code to be hosted on. AWS Lambda is a FaaS (Function as a Service) platform that allows you to construct serverless functions. Go, Java, Ruby, Python2 and Python3 are just a few of the popular programming languages that AWS Lambda supports. In this blog, we will be using Python3.
Category: Serverless Computing
Articles about services that can be used for serverless cloud applications.
Scheduling EC2 Instances with Lambda Function in AWS
Amazon Web Services (AWS) provides a wide range of services and tools to help businesses of all sizes succeed in the cloud. One of those services is Amazon EC2, a virtualized computing environment that allows users to deploy and manage applications quickly. One of the features of EC2 is the…
Creating Automated Image Resizing with Python and Serverless Functions
In today’s digital world, image processing and manipulation are becoming more critical. Resizing images to fit different designs, applications, and other needs is often necessary. Manual resizing images can be a tedious and time-consuming task. Fortunately, there is a way to automate the process using serverless technology and Python.
Write Serverless Logic Using Azure Functions
Serverless computing enables you to create and maintain applications and services without thinking about servers. It can be compared to a microservice or function as a service that is housed on a cloud computing platform. Azure Functions is a serverless application platform. It gives programmers the ability to host business…
AWS Serverless: Lambda and DynamoDB
This BLOG would be dedicated in learning things around AWS Serverless: Lambda and DynamoDB. This Page would be covering HOP and theoretical part to understand the concepts of AWS Serverless. What is Serverless? Serverless is something new as name suggests it’s like without a server, where Developers with serverless services…