-
Couldn't load subscription status.
- Fork 64
feat(twilio-run): upgrading serverless-runtime-types #470
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
Conversation
fixed typing issues that arose from using the upgraded package
Cookies are stored with a value and optional list of attributes
🦋 Changeset detectedLatest commit: ad52bb6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
added changeset
vingiarrusso
commented
Mar 1, 2023
Hi @andrewbenington, thank you for submitting a PR to the serverless toolkit. At this time, it's unlikely we will be able to merge feature PRs for at least the near future. I'd like to keep this open since it's a good start at a needed improvement, but there are some things that would need to be addressed before merging this when the time comes.
Thanks again for taking the time to contribute a PR and apologies that we cannot move forward at present!
serverless-runtime-typesin thetwilio-runpackageResponseclass, as well assetCookieandremoveCookiefunctions in order to fully implement theTwilioResponseinterfaceconstructContextfunction of routes.ts, I had to explicitly include theSERVICE_SIDandENVIRONMENT_SIDattributes ofenvdue toenvbeing typed asanyServerlessEventObjectas the type parameter for an invocation ofconstructContextContributing to Twilio