alexa-ruby
alexa-ruby copied to clipboard
Support for running in AWS Lambda with no native extensions
I removed the dependency on OJ as that makes using this gem in AWS lambda more tricky.
I changed the dependency on rake and bundler to development only as they don't seem to be required for running when you use bundle install --deployment as you should when deploying to a serverless platform.
I also added support for resolution authorities which allows the Alexa service to try and match synonyms of words provided by the user to an actual slot value.
The only reason I was able to make these changes safely was because of your awesome test coverage! 💯 ❤️