Skip to content

A solution which enables a multilingual conversational platform, facilitating the creation of applications using voice and text

License

Notifications You must be signed in to change notification settings

js-katas/serverless-bot-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Bot Framework

The Serverless Bot Framework is a collection of AWS services combined into a single solution that any company can use to have a scalable and high-available multi-language audiobot, chatbot and touch interface with their customers.

Building Lambda Package

cd deployment
./build-s3-dist.sh source-bucket-base-name region-name

source-bucket-base-name should be the base name for the S3 bucket location where the template will source the Lambda code from. The template will append '-[region-name]' to this value. For example: ./build-s3-dist.sh solutions us-west-2x The template will then expect the source code to be located in the solutions-[region-name] bucket (inside folder serverless-bot-framework)

CF template and Lambda function

Located in deployment/dist


Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at

http://aws.amazon.com/asl/

or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A solution which enables a multilingual conversational platform, facilitating the creation of applications using voice and text

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • Python 8.3%
  • HTML 2.3%
  • Shell 2.1%
  • CSS 0.6%