Serverless

AWS S3 Website Hosting : The Ultimate Guide for Hosting Static Website

AWS S3 Website Hosting : The Ultimate Guide for Hosting Static Website Introduction Are you looking for an efficient way to host your static website? Look no further than AWS S3 hosting! Amazon S3 (Simple Storage Service) is an object storage service that allows you to store and retrieve data from anywhere on the web. […]

AWS API Gateway: Secure and Scalable Solution for API Management

AWS API Gateway: Secure and Scalable Solution for API Management Introduction If you’re building an API for your application, you’ll want to make sure it’s easy to manage and integrate with other AWS services. That’s where AWS API Gateway Integration comes in – it’s a powerful service that enables you to create and manage APIs […]

How to Build and deploy AWS Lambda function with .NET 6

Build and deploy AWS Lambda function with .NET 6 Objective The objective of this article to demonstrate how to build and deploy a .NET6 application in AWS lambda. Prerequisites Step-1: Build .NET6 based AWS lambda from Visual Studio Create a new .NET 6 Lambda Function Project Write Lambda function Create a supporting model class “Customer.cs” […]

AWS Lambda: An Introduction to Function as a Service

AWS Lambda: An Introduction to Function as a Service In this article, you will learn the fundamentals of AWS Lambda as well as its main benefits, drawbacks, and features. What is AWS Lambda? AWS Lambda is a service offered by Amazon Web Services (AWS) that allows you to run your code without the need for […]

Say Goodbye to Servers: An Introduction to Serverless

Say Goodbye to Servers: An Introduction to Serverless Introduction A recent development in the field of cloud computing is Serverless computing, which frees developers from worrying about the infrastructure’s so they can concentrate on developing code. In this arrangement, the user only pays for the resources they really utilize, and the cloud provider is in […]