@litexa/core
Version:
Litexa, a programming language for writing Alexa skills
25 lines (22 loc) • 670 B
JavaScript
/*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
;
module.exports = {
name: '{name}',
deployments: {
development: {
module: '@litexa/deploy-aws',
useSessionAttributesForPersistentStore: false,
s3Configuration: {
bucketName: null
},
askProfile: null,
awsProfile: null
}
},
extensionOptions: {}
};