Skip to content

AWS Amazon Lambda function for the Amazon Lex Shopping-Bot. Implemented on Java.

License

Notifications You must be signed in to change notification settings

satr/aws-amazon-shopping-bot-lambda-func

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-amazon-shopping-bot-lambda-func

AWS Amazon Lambda function for the Amazon Lex Shopping-Bot

Download and unpack DynamoDBLocal to an externals folder (it is used only for unit-testing): http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html#DynamoDBLocal.DownloadingAndRunning

Setup IAM credentials to be able to access the DynamoDB from a local computer: http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html Creadentials are stored in the folder (Linux, Mac):

~/.aws/credentials
[default]
aws_access_key_id = …
aws_secret_access_key = …

About

AWS Amazon Lambda function for the Amazon Lex Shopping-Bot. Implemented on Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages