[Bug]: AWS Lambda Datasource is not showing more than 50 functions #38072
Labels
Bug
Something isn't working
Datasources
Issues related to configuring datasource on appsmith
Needs Triaging
Needs attention from maintainers to triage
Is there an existing issue for this?
Description
A user reached out stating that he connected his Lambda Datasource to Appsmith. And tried to
list all functions
.He said he definitely has much more than 50 functions, but in the list functions query only first 50 is being shown.
We further debugged this to understand that the AWS API to retrieve lambda functions shows only 50 a time. This means we need to find a way to show all the lambda functions, whether using pagination or so.
Similarly the invoke function also shows the first 50 only in the dropdown. And we would need pagination here as well.
Steps To Reproduce
list all functions
query of the Lambda from AppsmithFunction to invoke
, only 50 functions are seen in the dropdownWe were able to provide a workaround by enabling JS and manually typing in the function name.
But this was not a good experience as they needed to dynamically get the function name from list functions query and run it, without hardcoding it.
Public Sample App
No response
Environment
Production
Severity
Medium (Frustrating UX)
Issue video log
No response
Version
Cloud
The text was updated successfully, but these errors were encountered: