-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lambda_info - Return list of dicts as opposed to dict of dicts #1239
lambda_info - Return list of dicts as opposed to dict of dicts #1239
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
cc @jillr @markuman @pjodouin @s-hertel @steynovich @tremble |
This seems a little excessive, I was expecting more:
|
I agree. However, response metadata is returned for each lambda, so i'm not sure how we could do that. Unless we returned a list of response_metadatas. that would look like this:
|
2f6a0a1
to
8110505
Compare
recheck |
Pull request merge failed: Resource not accessible by integration, You may need to manually rebase your PR and retry. |
20b1a5e
to
5722e90
Compare
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #1287 🤖 @patchback |
lambda_info - Return list of dicts as opposed to dict of dicts SUMMARY Previously returned function, which was a dict of dicts. Deprecated function in replace of lambda_info which is a list of dicts. Return config details regardless of query (function_arn, function_name, etc) ISSUE TYPE Feature Pull Request COMPONENT NAME lambda_info Reviewed-by: Mark Chappell <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Alina Buzachis <None> (cherry picked from commit 32ade3b)
#1287) [PR #1239/32ade3bb backport][stable-4] lambda_info - Return list of dicts as opposed to dict of dicts This is a backport of PR #1239 as merged into main (32ade3b). SUMMARY Previously returned function, which was a dict of dicts. Deprecated function in replace of lambda_info which is a list of dicts. Return config details regardless of query (function_arn, function_name, etc) ISSUE TYPE Feature Pull Request COMPONENT NAME lambda_info Reviewed-by: Mark Chappell <None>
…le-collections#1239) lambda_info - Return list of dicts as opposed to dict of dicts SUMMARY Previously returned function, which was a dict of dicts. Deprecated function in replace of lambda_info which is a list of dicts. Return config details regardless of query (function_arn, function_name, etc) ISSUE TYPE Feature Pull Request COMPONENT NAME lambda_info Reviewed-by: Mark Chappell <None> Reviewed-by: Joseph Torcasso <None> Reviewed-by: Alina Buzachis <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@32ade3b
…lections#1239) rds_instance_aurora/tests: increase the max job duration Reviewed-by: Mark Chappell <None>
SUMMARY
function
, which was a dict of dicts. Deprecatedfunction
in replace oflambda_info
which is a list of dicts.ISSUE TYPE
COMPONENT NAME
lambda_info