Can my cat go outside
Is it warm enough for my cat
Can I let my cat out in {city_str}
Should my cat wear booties in {city_str}
Will my cat stay dry in {city_str
So you want to know if your cat can go out today in {city_str}?
So you want to know if your cat can go out today in {city_str}?
Sorry, can you please repeat your initial question?
Additions:
Amazon Lex
Amazon Lex is a service for building conversational interfaces into any application using voice and text. Amazon Lex provides the advanced deep learning functionalities of automatic speech recognition (ASR) for converting speech to text, and natural language understanding (NLU) to recognize the intent of the text, to enable you to build applications with highly engaging user experiences and lifelike conversational interactions. With Amazon Lex, the same deep learning technologies that power Amazon Alexa are now available to any developer, enabling you to quickly and easily build sophisticated, natural language, conversational bots (“chatbots”).
Amazon Lex pricing
With Amazon Lex, you pay only for what you use. You are charged based on the number of text or voice requests processed by your bot. Please see the pricing page for current information.
What is Serverless?
Serverless is the native architecture of the cloud that enables you to shift more of your operational responsibilities to AWS, increasing your agility and innovation. Serverless allows you to build and run applications and services without thinking about servers. It eliminates infrastructure management tasks such as server or cluster provisioning, patching, operating system maintenance, and capacity provisioning. You can build them for nearly any type of application or backend service, and everything required to run and scale your application with high availability is handled for you.
In this class, we will build a serverless application that uses Amazon S3, host a static serverless website. Amazon Cloudfront to securily cost-effectively distrubute our content. Amazon Lex, to create serverless chatbot. Amazon API Gateway, to create a test endpoint before we integrate the front and backend of your application. Amazon DynamoDB, will provide a serverless database service behind AWS Lambda, our serverless compute service.