Serverless Blog Migration

Heute haben wir den aws-blog.de auf serverless migriert. Dabei haben wir Geschwindigkeit und Stabilität gewonnen!

Geschwindigkeit

System Geschwindigkeitsindex
Wordpress wordpress-speed
Hugo hugo-speed

Dazu haben wir das -nach eigenen Angabe- “schnellste Framework für Webseiten” goHugo verwendet. Das System ist serverless, da es S3, Cloudfront und Route53 verwendet, keine Server mehr notwendig! Auch AWS verwendet gohugo manchmal, um für Repositories ganze Webseiten mit auszuliefern, z.B. beim iot-atlas.

In den nächsten Tagen könnte es sein, dass ein paar alte Daten noch in diversen Caches im Internet verweilen. Dabei bitte etwas Geduld, auch google&Co brauchen etwas Zeit um den Index neu aufzubauen.

Similar Posts You Might Enjoy

Stop LLM/GenAI hallucination fast: Serverless Kendra RAG with GO

RAG is a way to approach the “hallucination” problem with LLM: A contextual reference increases the accuracy of the answers. Do you want to use RAG (Retrieval Augmented Generation) in production? The Python langchain library may be too slow for your production services. So what about serverless RAG in fast GO Lambda? - by Gernot Glawe

Custom runtime on Amazon Linux 2 - GO outperforms Node (3x) and Python (2x) with AWS Lambda Cold-start time

Lambda GO runtime is deprecated until the end of 2023. The new default custom Amazon Linux 2 runtime really speeds things up for GO. Now the cold-start is 2x faster than Python and 3x faster than node! - by Gernot Glawe

Using CloudFormation Modules for Serverless Standard Architecture

Serverless - a Use Case for CloudFormation Modules? Let´s agree to “infrastructure as code” is a good thing. The next question is: What framework do you use? To compare the frameworks, we have the tRick-benchmark repository, where we model infrastructure with different frameworks. Here is a walk through how to use CloudFormation Modules. This should help you to compare the different frameworks. - by Gernot Glawe