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
Copy file name to clipboardExpand all lines: pages/edge/vs/amazon-lambda.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ Wasmer Edge and Amazon Lambda differ in significant ways:
19
19
- Wasmer Edge **doesn't require code changes in your application** to run, while you need to adapt your code to use the custom Lambda SDK to run.
20
20
- Wasmer Edge **lets you reuse the same architecture to deploy your static assets and your dynamic websites**, while Amazon Lambda focuses only on the dynamic requests and recommends using S3 for your static assets.
21
21
- Wasmer Edge can run UDP and other protocols while Amazon Lambda can not.
22
-
- Amazon Lambda has currently has more trigger options than Wasmer Edge
22
+
- Amazon Lambda currently has more trigger options than Wasmer Edge
0 commit comments