1 min read

AWS Lambda function from zero to hero series

AWS Lambda function from zero to hero series

I. Quick introduction

Welcome to the realm of AWS Lambda, where the power of computing meets the infinite possibilities of limitless imagination! Imagine a world where you can effortlessly execute code without provisioning or managing servers, leaving you free to focus on unleashing your creativity and crafting innovative solutions.

AWS Lambda, the pinnacle of serverless computing, eliminates the constraints of traditional infrastructure and empowers developers to build and scale applications with unprecedented speed and agility. With Lambda, the walls of convention are shattered, and the only limit is your own imagination.

So, brace yourself for a delightful journey of boundless innovation with Devops.ci.

II. Series

a. Beginner

If you have no idea about AWS Lambda, please read the following articles:

  1. AWS lambda introduction

b. Intermediate

Assume that you have basic knowledge about AWS Lambda and use it several times before.

The first thing that you need will be a template. At devops.ci, you can get some great started AWS Lambda Serverless templates:

For Nodejs users, you can use the following template:

And this is for Python users:

After playing and tweaking, deploying them, we can move to another cool tutorials and projects:

  • Create a simple shorten url AWS Lambda service that is using Github as storage

c. Advanced

You are AWS Lambda Ninja/Magician, ...

Articles are comming soon!