logo image
Search
Navigation menu
logo avatar
Using API Gateway and Lambda Function to build scalable, serverless applications on AWS

Using API Gateway and Lambda Function to build scalable, serverless applications on AWS

java
alrm icon
4 mos ago
2 mins
forward icon
1
heart icon
1
Last time, we covered the basics of AWS Lambda functions. To turn these functions into a real-world service that others can use, we need a way to make them accessible. That's where API Gateway comes in. It allows us to create public APIs that can trigger our Lambda functions.
0 Comments
Latest