-
Notifications
You must be signed in to change notification settings - Fork 324
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
Repo now out of date #478
base: main
Are you sure you want to change the base?
Repo now out of date #478
Conversation
This script will forward a incoming MMS image as an attachment to a email using Sendgrid.
Added warning in README
Updated README with waring message.
Touched up appearance of the URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple small items 🙇
Edited "SMS" to "MMS"
Changed "Blog" to "blog"
Could you please add the out of date info to the main readme as well? Thank you |
Added EOF \n
"ecosystem are migrating" to "ecosystem is migrating"
I see it only under forward-message-sendgrid/README.md |
@dooley1001 thank you, I have replied to #501 . I believe the warning here might also be redundant. Otherwise it looks good. (Note I have not checked if the function works, we trust the owning team to do that) I would also encourage you to check out the GH actions build results |
Warning redundant and removed. Simply just included text stating repo out of date
No worries @makserik - I have removed the "warning" but left the main text. Are we all good to merge ? |
Removed the words "out of date" and clarified the JS migration
Hey @dooley1001 sorry for the delay-- we are in the process of transitioning CodeExchange to new ownership. Are you still wanting to merge this PR? It looks like some checks failed. |
Description
With the release of Node v18, Node is migrating over from the old CommonJS (CJS) standard to the newer, ES Modules (ESM) standard. As a result the current snippets are out of date - https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1
More info/context - https://www.twilio.com/docs/serverless/functions-assets/faq#how-can-i-use-an-es-module-in-my-function
Checklist
npm test
locally and it passed without errors.