moto/moto/polly/utils.py

3 lines
142 B
Python
Raw Normal View History

2017-09-26 16:46:18 +01:00
def make_arn_for_lexicon(account_id, name, region_name):
return "arn:aws:polly:{0}:{1}:lexicon/{2}".format(region_name, account_id, name)