-
Notifications
You must be signed in to change notification settings - Fork 398
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
Add tag query to lambda_info module #375
Conversation
cc @jillr @pjodouin @s-hertel @tremble @wimnat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ngoduykhanh
Thanks for taking the time to raise this PR. I apologise for the delay in getting this reviewed.
A few things:
- Rather than adding the
max_items
andnext_marker
parameters it's generally better to use the boto3 paginators (see https://github.com/ansible-collections/community.aws/pull/442/files for an example) - Please add a changelog fragment: https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs-how-to
- Please update the integration tests to include some examples of setting/fetching tags (tests/integration/targets/lambda/tasks/main.yml)
There's also no need to update docs/community.aws.lambda_info_module.rst this will get updated automatically when we push the next release.
I've rebased this PR and added a changelog and minimal integration test. Only thing blocking this PR is some permissions in CI |
recheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…s#598) ec2_vpc_subnet: Add support for OutpostArn param SUMMARY Added support for OutpostArn param in ec2_vpc_subnet. Fixes ansible-collections#375 . ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vpc_subnet Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> Reviewed-by: None <None>
Add tag query to lambda_info module SUMMARY This PR to add tags query into the lambda_info module. It is helpful to be able to query the Lambda function's tag list so we can integrate future actions. This PR also fix some missing parameter ISSUE TYPE Bugfix Pull Request Feature Pull Request COMPONENT NAME lambda_info ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Jill R <None> Reviewed-by: None <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@5235a3b
SUMMARY
This PR to add tags query into the
lambda_info
module. It is helpful to be able to query the Lambda function's tag list so we can integrate future actions.This PR also fix some missing parameter
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION