RSS Amplifier

Luca Guidi · Mar 4, 2020

Hanami::API on Amazon AWS Lambda

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

The Hanami team & I, recently announced Hanami::API : a minimal, extremely fast, lightweight Ruby framework for HTTP APIs. 
 Its minimalism, the small memory footprint and its performance, make Hanami::API a good candidate to build microservices . 
 Today, we’re gonna deploy a small service on Amazon AWS Lambda .
It’s an Amazon AWS product that allows to deploy an…

The Hanami team & I, recently announced Hanami::API: a minimal, extremely fast, lightweight Ruby framework for HTTP APIs.

Its minimalism, the small memory footprint and its performance, make Hanami::API a good candidate to build microservices.

Today, we’re gonna deploy a small service on Amazon AWS Lambda. It’s an Amazon AWS product that allows to deploy an autoscaling HTTP service. You are charged for every 100ms your code executes and the number of times your code is triggered. Having a fast framework like Hanami::API helps to reduce the costs of running a service on AWS Lambda.

Read on /2020/03/04/hanamiapi-on-amazon-aws-lambda/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.