Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for running in AWS Lambda with no native extensions #17

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Support for running in AWS Lambda with no native extensions #17

wants to merge 8 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 11, 2019

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! 馃挴 鉂わ笍

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 94.331% when pulling a4899ae on andrew-newell:master into fe03505 on mulev:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant