in example/lambda/index.py [0:0]
def process(self, handler_input):
locale = handler_input.request_envelope.request.locale
i18n = gettext.translation(
'data', localedir='locales', languages=[locale], fallback=True)
handler_input.attributes_manager.request_attributes["_"] = i18n.gettext