APIs, short for Application Programming Interfaces, are connection points that allow different (parts of) computer programs to exchange data. Using APIs for the delivery of a software service makes your code better organized and easily reusable.

In this article, I am going through the basic steps of creating an API using AWS Lambda and API Gateway.

The example is a very short code example, that will create a random password, based on a given length, a number of capitals, and a number of numerical characters. The other characters will be small letters. You can make the service behind your API as large and advanced as you want, ranging from examples like selling data to predicting using advanced Artificial Intelligence models.

Let’s get started:

#api #aws #programming #aws lambda

How to Build an API in AWS - Using AWS Lambda and API Gateway
3.05 GEEK