From 6afe962be62bcc97e204e391c336e6e425f56ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 16 Jul 2024 09:42:30 +0900 Subject: [PATCH] add import --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index e391aa2..1c042c5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,6 @@ import * as Alexa from 'ask-sdk-core'; +import * as AWS from 'aws-sdk'; +import * as DynamoDBPersistantAttributesAdapter from 'ask-sdk-dynamodb-persistence-adapter'; const LaunchRequestHandler = { canHandle(handlerInput: Alexa.HandlerInput) {