awslabs / sbt-aws

SaaS Builder Toolkit for AWS is a developer toolkit to implement SaaS best practices and increase developer velocity.
Apache License 2.0
90 stars 16 forks source link

(IAuth): (enable pagination for fetchAllUsersFunction) #53

Closed suhussai closed 1 week ago

suhussai commented 3 weeks ago

Describe the feature

When listing all users, the requestor should be able to paginate the responses

Use Case

When a large amount of users exist, it may not optimal to return them all in just one request.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.140.1

Environment details (OS name and version, etc.)

Mac OS - Sonoma

suhussai commented 1 week ago

implemented in #57