mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add runtime layer for Bun on AWS Lambda (#2009)
This commit is contained in:
3
packages/bun-lambda/bootstrap
Executable file
3
packages/bun-lambda/bootstrap
Executable file
@@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
export BUN_INSTALL_CACHE_DIR=/tmp/bun/cache
|
||||
exec /opt/bun --cwd $LAMBDA_TASK_ROOT /opt/runtime.ts
|
||||
Reference in New Issue
Block a user