Article Image

How to create a serverless twitter bot

This article explains how to create a serverless tweet-bot, basically pulls articles from this blog and post them to twitter in a nice way. It uses cron as the trigger...

Article Image

Serve your static website in Github

GitHub pages offers some great examples that are really easy to follow, but if you want to know how I configured everything for this blog continue reading...

Article Image

Serve your static website with S3 and CloudFront

This article will be part of a series, the idea is to get a fully serverless site up and running with login functionality, maybe a profile page, and some random utility, but...

Article Image

Sending emails with AWS Lambda and SES from a HTML form

This article is part of the serverless series, in this article we will see how to create a serverless function in AWS Lambda to send an email coming from the HTML form in the site...

Article Image

What does the serverless framework does for me

The Serverless Framework helps you develop and deploy your AWS Lambda functions, along with the AWS infrastructure resources they require. It's a CLI that offers structure...

Article Image

Create an AWS lambda function in Go

In this article we will create a lambda function and an API Gateway route like we did with the serverless framework but only using AWS tools, we will be using the same generated...

Article Image

Creating a lambda function with terraform

Here we will see how to use terraform to manage lambda functions, it will be a simple hello world in node.js, available as gist...

Article Image

Serverless authentication with Cognito

In this article we will see how to use Terraform and Go to create a serverless API using API Gateway, Lambda, and Go, and we will also handle authentication with AWS Cognito...