In a recent podcast, I was lucky to have a discussion with Niall Murphy about the role of Site Reliability Engineering.
Having contributed to the seminal SRE book, and having experience in this field for many years it was an honour to get the opportunity to chat to him.
We recently wished to switch over our sites hosted on GitHub Pages to be soley HTTPS.
However, although you are able to supply a custom domain or support HTTPS traffic you are not able to do both.
In this article I would like to guide you through the process of how we went about achieving this using CloudFront, Route 53 and Lambda@Edge.
In this article we discuss our recent move to route all requests through CloudFront, allowing us to parse all traffic through the AWS Web Application Firewall (WAF).
We highlight the reasoning behind this change, and some issues/remedies ecountered when trying to garner concrete logs from the WAF instance.
Following on from my previous post which discussed manipulating images, I would now like to expand upon this and look into how you can interact with audio using Lambda.
To highlight this use-case we will be creating a simple service which given a name and optional voice (provided by Polly), will synthesise the name and include it in a returned ‘And the winner is…’ applause MP3 file.
This will demonstrate how to integrate Polly within Lambda, compile and execute native-code within Lambda and return a binary MP3 file to the client.
I’ve recently been getting really interested in the concept of Functions as a Service (FaaS) and the Serverless Framework.
I decided to make a little experimental AWS Lambda, to see how I could use it to manipulate images.
For this contrived example I came up with the (silly) idea of ‘Memes as a Service’ (everything needs to be a service nowadays).