NashTech Insights

Serverless

Posts by categories

Posts by tags

ego, dollar, lego-2583323.jpg

How to run WebAssembly/WASI application (Spin) with Dapr on Kubernetes

The original post is hosted at https://dev.to/thangchung/how-to-run-webassemblywasi-application-spin-with-dapr-on-kubernetes-2b8n Introduction As far as we know, WebAssembly (WASM) / WebAssembly System Interface (WASI) is gaining traction these days. It comes with a lot of benefits such as faster startup times (no cold-start like serverless, start-up around milliseconds), near-native performance (WASM format), lightweight (very small sizing), convenience and versatility (build once run everywhere …

How to run WebAssembly/WASI application (Spin) with Dapr on Kubernetes Read More »

Serverless framework

Serverless Framework Hand-on

We can use the Serverless Framework to develop and deploy AWS Lambda functions. It’s a CLI that offers structure, automation, and best practices out of the box. So that allows you to focus on building sophisticated, event-driven, serverless architectures comprised of Functions and Events. Today, we will hand-on build a serverless app to understand aws …

Serverless Framework Hand-on Read More »