Skip to content

Conversation

@markbeep
Copy link

The absolute minimum required to add bun as a runtime to AWS compatible with both zip-based and container-based deployment. This means only the test 110 was copied over to bun and only the very necessary changes in every file were made to enable bun.

One key difference for the Dockerfile.build is that the gosu binary is copied from another Docker image (it's a completely static binary without any need for dynamically linked libs). This one one hand opens up the possibility to use more bare-bones/lightweight docker images without package managers as well as fixates the gosu version instead of relying on the apt update && apt install combination. That is potentially something that can be done for the other Dockerfile.build files as well.

To keep this PR lightweight and easy to review, all other benchmarks have been left out.

Further PRs for Bun (GCP/Azure) are based on this one.

@coderabbitai
Copy link

coderabbitai bot commented Dec 27, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant