Flow :- Dynamo DB --> Lambda --> Batch
If a role arn is inserted in dynamo DB, it is retrieved from lambda event, it is then submitted to batch using submit_job
API with role arn being passed as
parameters={
'role_arn': 'arn:aws:iam::accountid:role/role_name'
}
How to read the parameter value in python running in batch?