Skip to content

Commit

Permalink
Merge pull request #1030 from alinabuzachis/promote_lambda
Browse files Browse the repository at this point in the history
Migrate lambda* modules and tests

Depends-On: ansible/zuul-config#443
Migrate lambda* modules and tests

Reviewed-by: Mike Graves <mgraves@redhat.com>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Bikouo Aubin <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 21, 2022
2 parents d9c35df + 2dc1919 commit 34c6c73
Show file tree
Hide file tree
Showing 28 changed files with 4,709 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelogs/fragments/migrate_lambda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
major_changes:
- execute_lambda - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.execute_lambda``.
- lambda - The module has been migrated from the ``community.aws`` collection. Playbooks
using the Fully Qualified Collection Name for this module should be updated to use
``amazon.aws.lambda``.
- lambda_alias - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.lambda_alias``.
- lambda_event - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.lambda_event``.
- lambda_execute - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.lambda_execute``.
- lambda_info - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.lambda_info``.
- lambda_policy - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.lambda_policy``.
10 changes: 10 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,15 @@ action_groups:
- elb_application_lb
- elb_application_lb_info
- elb_classic_lb
- execute_lambda
- iam_policy
- iam_policy_info
- lambda
- lambda_alias
- lambda_event
- lambda_execute
- lambda_info
- lambda_policy
- s3_bucket
- s3_object
plugin_routing:
Expand All @@ -72,3 +79,6 @@ plugin_routing:
ec2_group_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ec2_security_group_info
execute_lambda:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.lambda_execute
Loading

0 comments on commit 34c6c73

Please sign in to comment.