-
Notifications
You must be signed in to change notification settings - Fork 60
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
fileExists should not require write access #407
Conversation
- [email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - @twilio/[email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - [email protected]
Thank you for the PR @rectalogic! I think overall this change makes sense but since we are using that method all over the place I'll have to see if this introduces any unexpected side-effects for files where we do expect to have write access. Will potentially have to introduce a second argument here that can be passed to enforce write access. I'll dive into this PR on Friday. |
Hey @rectalogic I tried to do some modifications so that I can merge your PR but it looks like I'm hitting some TypeScript issues. I'm trying to debug it and give you an update once it's resolved. |
This removes the vulnerability alerts for @twilio/runtime-handler but might cause some side-effects for the edge case where a customer has specified this version of runtime-handler but has not specified a version of twilio. In this case the local and deployed behavior might vary depending on the APIs used by the customer in Functions.
- [email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - @twilio/[email protected] - @twilio-labs/[email protected] - [email protected]
…t into pr/rectalogic/407
Congratulations on your first contribution to the Serverless Toolkit! |
Thank you for your contribution @rectalogic and sorry for the delay. I'll be cutting a release next week and will let you know about it |
Fixes #406
Contributing to Twilio