Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/edge/vs/amazon-lambda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Wasmer Edge and Amazon Lambda differ in significant ways:
- 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.
- 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.
- Wasmer Edge can run UDP and other protocols while Amazon Lambda can not.
- Amazon Lambda has currently has more trigger options than Wasmer Edge
- Amazon Lambda currently has more trigger options than Wasmer Edge