Skip to content

An AWS serverless application for reading data that support paging (Cursor Pagination)

Notifications You must be signed in to change notification settings

innomizetech/pagination-serverless

Repository files navigation

Introduction

This is a sample on how to build an API with AWS Lambda and API Gateway to paginate data (Cursor Pagination)

Installing

Ensure that must install:

npm install -g typescript serverless

Install dependencies via:

npm install

And I can run API in local via:

sls offline

Deploying

sls deploy -stage dev

About

An AWS serverless application for reading data that support paging (Cursor Pagination)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published