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

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

Dissecting Serverless Stacks (IV)

Dissecting Serverless Stacks (IV) After we figured out how to implement a sls command line option to switch between the usual behaviour and a way to conditionally omit IAM in our deployments, we will get deeper into it and build a small hack on how we could hand over all artefacts of our project to somebody who does not even know SLS at all. - by Thomas Heinen

Dissecting Serverless Stacks (III)

Dissecting Serverless Stacks (III) The third post of this series showed how to make IAM statements an external file, so we can deploy that one but still work with the sls command. It still involved commenting out things in the configuration, so this post will show how to solve that issue. - by Thomas Heinen