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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenWhisk sequence support #94

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

Conversation

develpr
Copy link

@develpr develpr commented Apr 8, 2018

Issue #93 involves adding support for OpenWhisk. There may be a number of issues changes required to fully support OpenWhisk. This is a bare minimum I believe, because without this change an exception will always be thrown for OpenWhisk sequences if they do not contain a handler.

In this pull request I filter out functions that have a sequence defined for them only if they also do not have a handler supplied. We essentially "skip" over the TypeScript plugin handling logic in this case and allow other plugins / processes to act accordingly for the particular function.

I also updated the ServerlessOptions model to allow for an optional sequence to be defined on the class.

@develpr develpr changed the title Develpr/add openwhisk sequence support Add OpenWhisk sequence support Apr 9, 2018
@develpr
Copy link
Author

develpr commented Jun 6, 2018

Any chance this would be reviewed at some point?

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