You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The register_lambda_functions() method returns only 50 Lambda functions from the given AWS account and region. Any filtering is performed after these 50 functions are returned. In an account with more than 50 functions, even with name, prefix, or tag filtering set we may still miss the intended function. Method should be enhanced to use the returned NextMarker in paginating through all the functions before applying filters.