this post was submitted on 10 Sep 2023
223 points (94.4% liked)

Programmer Humor

19480 readers
175 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 1 year ago* (last edited 1 year ago) (2 children)

This will generate lots of fun moments when developers use Bun and the runtime environment is stuck at Node for some reason. For instance, because of AWS Lambda.

[–] [email protected] 6 points 1 year ago

I'm pretty sure someone will make a custom layer.

[–] [email protected] 5 points 1 year ago

Can't you deploy Docker images to Lambda now? Granted, startup times will probably be slower than native Node.