Skip to content

feat(twilio-run): add runtime-handler version checks #280

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

Merged
merged 1 commit into from
Jun 17, 2021
Merged

Conversation

dkundel
Copy link
Contributor

@dkundel dkundel commented Jun 16, 2021

With this change we start validating the @twilio/runtime-handler version before deployment in
order to avoid failures during build time.

fix #273

This change only pushes this into twilio-run. We could potentially add the check on the serverless-api level but right now most checks live on the twilio-run level anyways and this way we can be more specific.

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

With this change we start validating the `@twilio/runtime-handler` version before deployment in
order to avoid failures during build time.

fix #273
@dkundel dkundel requested a review from philnash June 17, 2021 00:04
@dkundel dkundel merged commit bddad8c into main Jun 17, 2021
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.

Add runtime-handler check to deploy step
2 participants