
In this port, I’ll be guiding you on how to build an API with AWS Lambda and API Gateway to paginate data using the Serverless framework.
Technologies stack
- AWS Lambda for running code without provisioning or managing servers. You can utilize free-tier to run your service with zero cost.
- AWS API Gateway to create, publish, and secure Rest APIs.
- Serverless framework to build and deploy your backend services on the cloud, you can build and deploy a serverless function in minutes.