UNPKG

@litexa/core

Version:

Litexa, a programming language for writing Alexa skills

25 lines (22 loc) 670 B
/* * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 'use strict'; module.exports = { name: '{name}', deployments: { development: { module: '@litexa/deploy-aws', useSessionAttributesForPersistentStore: false, s3Configuration: { bucketName: null }, askProfile: null, awsProfile: null } }, extensionOptions: {} };