[HN Gopher] WebAssembly on Amazon Lambda: Lessons Learned
       ___________________________________________________________________
        
       WebAssembly on Amazon Lambda: Lessons Learned
        
       Author : blopeur
       Score  : 12 points
       Date   : 2022-06-20 21:29 UTC (1 hours ago)
        
 (HTM) web link (wasmer.io)
 (TXT) w3m dump (wasmer.io)
        
       | thorum wrote:
       | FWIW, Lambda has added support for Docker images, which can run
       | anything. They're not limited to 500 MB either. You just have to
       | use one of Amazon's base images that come with the Lambda runtime
       | installed, or add it to your existing Dockerfile. This might be
       | the way to go for running something like Wasmer.
        
         | datalopers wrote:
         | Does it have the simplicity of use and deployment that Fly.io
         | or Render provide? Lambda and API Gateway etc always feel like
         | 10 layers of cruft.
        
       | pyrolistical wrote:
       | Wasm. Wasm everywhere.
       | 
       | It's going to be in your cdn edge node.
       | 
       | It's going to be your serverless target.
       | 
       | It's going to be your database transaction.
       | 
       | It's going to be your device driver.
       | 
       | It's going to be your interrupt.
       | 
       | Maybe it'll be your native language. WAT is clunky but can easily
       | made productive with some syntactic sugar.
       | 
       | Finally it may become your hardware target. Abstract machine no
       | more.
        
       ___________________________________________________________________
       (page generated 2022-06-20 23:01 UTC)