From 0209eed7df2171c46f3e3594c5e1b280bc8cef74 Mon Sep 17 00:00:00 2001 From: chrisradek Date: Tue, 7 Feb 2017 16:28:45 -0800 Subject: [PATCH] Adds support for AWS.LexRuntime --- apis/metadata.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apis/metadata.json b/apis/metadata.json index 136b359f62..ceae889797 100644 --- a/apis/metadata.json +++ b/apis/metadata.json @@ -270,6 +270,11 @@ "name": "Lambda", "cors": true }, + "lexruntime": { + "prefix": "runtime.lex", + "name": "LexRuntime", + "cors": true + }, "lightsail": { "name": "Lightsail" },