Hi
we are trying to achieve the following through ansible playbooks but not be able to succeed, please let us know any solution for the same.
problem statement: We wanted to print maven artifact version in AWS lambda function console under “version” tab of qualifiers. which we are not able to achieve, but we could print the same in “alias” tab under qualifiers through ansible(2.5) deployment playbooks of lamda_alias task
I wanted to print the following under version tab of qualifiers (AWS console) through ansible deployment playbooks
example: 1 - represents aws lambda function version
1.0.1 - Maven artifact version of jar file
Sys2 - environment is being deployed
From the above example, i am not able to get the maven artifact version (1.0.1)
Is there any ansible configuration by which we can get a solution for the above problem
Please do the needful at the earliest. also let me know if any more input required to understand the problem
Regards
Amruth