You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add multiple regions - dry run
* ci: add finalize back, remove --no-execute-changeset
* docs: regions
* docs: note disparity between version releases
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
This repository provides [Bun](https://bun.sh/) as an AWS Lambda runtime layer. It enables running JavaScript and TypeScript applications on AWS Lambda using Bun.
4
4
5
-
> [!NOTE]
5
+
> [!TIP]
6
6
> 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](https://github.com/oven-sh/bun/tree/main/packages/bun-lambda)
@@ -20,11 +20,10 @@ Two architecture layers are available:
20
20
This repository automatically checks for new Bun releases on the first day of each month. When a new version is detected:
21
21
22
22
1. GitHub Actions builds the new layer packages
23
-
2. Deploys them to AWS as a new version
24
-
25
-
## License
23
+
2. Deploys them to AWS regions as a new version
26
24
27
-
MIT
25
+
> [!NOTE]
26
+
> The version of Bun in the layer may be behind the version in the bun repo and there will not be a corresponding layer version for every version of bun released.
0 commit comments