AWS Lambda Basics: Writing Serverless Code

Introduction

There are four key capabilities necessary for a service or platform to be serverless:

  • No server management
  • Flexible scaling
  • High availability (fault tolerance)
  • No idle capacity

In this post, we will learn the basics of AWS Lambda and how you can use it for different use cases with ease. This will be an introduction post that can provide a foundation for upcoming demos and posts to help you learn AWS.

CategoriesUncategorized