A First Serverless Blog Post

First Try

If this is displayed; the pipeline should be flowing well.

This blog is :

  • Completely serverless and scalable, it should virtually be able to hold the reddit frontpage trafic
  • Under version control; content included
  • Using an automated CI pipeline deployement
  • A fully featured Progressive Web App working offline.
  • Using SSL Encryption
  • Using a CDN for best delivery performances
  • Using disqus for comments
  • Using AWS Lambda for dynamic functions

Welcome on Delsoir.com

Next steps :

  • add ssl support
  • use a CDN distribution
  • PWA integration
  • Add dynamic functions with Lambda
  • Customize contact form
  • theming & best practices
  • Test

Layout Tests

Below are some features testing for blog posting.

HTML

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>untitled</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Geany 1.27" />
</head>

<body>

</body>

</html>

Javascript

1
2
3
4
5
6
7
8
9
10
x = 10;
y = 5;
alert(x y);
age = Number(age);
if (isNaN(age)) {
voteable = "Input is not a number";
} else {
voteable = (age < 18) ? "Too young" : "Old enough";
}
var voteable = (age < 18) ? "Too young":"Old enough";

I’m a test link
I’m an inline-style link

I’m an inline-style link with title

I’m a reference-style link

I’m a relative reference to a repository file
You can use numbers for reference-style link definitions

Images

Here’s our logo (hover to see the title text):

Inline-style:
alt text

Reference-style:
alt text

Un titre pour ce logo CloudJ

Embeds