Hi guys, I am calling amazon translate service in ...
# help
a
Hi guys, I am calling amazon translate service in lambda function and it requires a
DataAccessRole
for the translate service to access S3. How would you create such role? Do you create it in stack creation step and pass it in as a env var or create it in the lambda function?
f
Hey @arda i’m not too familiar with Amazon Translate. Do you have an example of creating the DataAccessRole using CloudFormation, SAM or other frameworks?