This repository provides Bun as an AWS Lambda runtime layer.
Note: This is Bun itself packaged as a Lambda layer, not the special Lambda runtime layer that Bun provides. If you need that layer, you can find instructions over at oven-sh/bun/packages/bun-lambda
Two architecture layers are included:
arn:aws:lambda:{region}:{account}:layer:BunRuntimeArm64:1
arn:aws:lambda:{region}:{account}:layer:BunRuntimeX64:1
MIT
@sumcoding