Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 639 Bytes

PUBLISH.md

File metadata and controls

23 lines (14 loc) · 639 Bytes

Bun Runtime for AWS Lambda

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

Available Layers

Two architecture layers are included:

BunRuntimeArm64

arn:aws:lambda:{region}:{account}:layer:BunRuntimeArm64:1

BunRuntimeX64

arn:aws:lambda:{region}:{account}:layer:BunRuntimeX64:1

License

MIT

Author

@sumcoding