-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 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)
- Loading branch information
1 parent
c816dd7
commit 3946892
Showing
3 changed files
with
290 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
minor_changes: | ||
- lambda_info - add return key ``functions`` which returns a list of dictionaries instead of the previously returned | ||
``function``, which returned a dictionary of dictionaries (https://github.com/ansible-collections/community.aws/pull/1239). | ||
- lambda_info - now returns basic configuration information of each lambda function, regardless of query (https://github.com/ansible-collections/community.aws/pull/1239). | ||
|
||
deprecated_features: | ||
- lambda_info - The ``function`` return key returns a dictionary of dictionaries and has been deprecated. In a release after 2025-01-01, this key will | ||
be removed in favor of ``functions``, which returns a list of dictionaries (https://github.com/ansible-collections/community.aws/pull/1239). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.