Skip to content

Commit

Permalink
Fix FQDN
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis authored and goneri committed Sep 21, 2022
1 parent 4801640 commit 2dc1919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/lambda_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
production_version: 5
tasks:
- name: AWS Lambda Function
lambda:
amazon.aws.lambda:
state: "{{ state | default('present') }}"
name: myLambdaFunction
publish: True
Expand All @@ -80,7 +80,7 @@
role: "arn:aws:iam::{{ account }}:role/API2LambdaExecRole"
- name: Get information
lambda_info:
amazon.aws.lambda_info:
name: myLambdaFunction
register: lambda_info
- name: show results
Expand Down

0 comments on commit 2dc1919

Please sign in to comment.