Skip to content

Commit

Permalink
Migrate lambda* modules and tests (ansible-collections#1487)
Browse files Browse the repository at this point in the history
Migrate lambda* modules and tests

Depends-On: ansible-collections#1030
Remove lambda* modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: Bikouo Aubin <None>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
alinabuzachis authored Sep 28, 2022
1 parent 9476422 commit d237372
Show file tree
Hide file tree
Showing 32 changed files with 35 additions and 4,843 deletions.
2 changes: 0 additions & 2 deletions changelogs/fragments/1273-rename-lambda.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/744-lambda-architectures.yml

This file was deleted.

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 @@
breaking_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``.
21 changes: 13 additions & 8 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ action_groups:
- elb_target_group
- elb_target_group_info
- elb_target_info
- execute_lambda
- glue_connection
- glue_crawler
- glue_job
Expand All @@ -168,12 +167,6 @@ action_groups:
- iam_server_certificate_info
- inspector_target
- kinesis_stream
- lambda
- lambda_alias
- lambda_event
- lambda_execute
- lambda_info
- lambda_policy
- lightsail
- lightsail_static_ip
- msk_cluster
Expand Down Expand Up @@ -450,7 +443,7 @@ plugin_routing:
redirect: amazon.aws.elb_application_lb_info
execute_lambda:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.lambda_execute
redirect: amazon.aws.lambda_execute
iam_policy:
redirect: amazon.aws.iam_policy
iam_policy_info:
Expand All @@ -463,6 +456,18 @@ plugin_routing:
redirect: amazon.aws.kms_key
kms_key_info:
redirect: amazon.aws.kms_key_info
lambda:
redirect: amazon.aws.lambda
lambda_alias:
redirect: amazon.aws.lambda_alias
lambda_event:
redirect: amazon.aws.lambda_event
lambda_execute:
redirect: amazon.aws.lambda_execute
lambda_info:
redirect: amazon.aws.lambda_info
lambda_policy:
redirect: amazon.aws.lambda_policy
rds_cluster:
redirect: amazon.aws.rds_cluster
rds_cluster_info:
Expand Down
Loading

0 comments on commit d237372

Please sign in to comment.