@litexa/core
Version:
Litexa, a programming language for writing Alexa skills
19 lines (17 loc) • 553 B
text/coffeescript
###
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 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: {}