This blog currently runs on Amazon Lightsail. Details of how I set it up and migrated content from my previous provider can be found in this earlier blog post – https://www.adrianmilne.com/migrating-wordpress-blog-amazon-aws-lightsail/. Up until now, it has only been available on
AWS Summit London 2019
I realised earlier this year the last tech conference I attended was JAX London in 2015. I generally like to attend something every 2 or 3 years to keep up to date with what’s trending in the industry. It’s been
A free Alexa Hoodie (and one month of my FizzBuzzBongo skill)
It’s been just over a month now since I released my first Alexa skill into the store (FizzBuzzBongo). It wasn’t really a serious skill – just a bit of fun (albeit with a database and interactivity) to test out the
Developing an Alexa Skill: Part 3, Publishing the Skill
This is the third in a series of ‘how-to’ articles on creating an interactive Alexa Skill. The skill is called ‘Fizz Buzz Bongo’ and is available in the Alexa Skills Store. It’s a variation on the classic ‘Fizz Buzz’ programmer
Developing an Alexa Skill: Part 2, Deploying to AWS Using Terraform
This is the second in a series of ‘how-to’ articles on creating an interactive Alexa Skill. The skill is called ‘Fizz Buzz Bongo’ and is available in the Alexa Skills Store. It’s a variation on the classic ‘Fizz Buzz’ programmer
Developing an Alexa Skill: Part 1, Create Java Lambda
This is the first in a series of ‘how-to’ articles on creating an interactive Alexa Skill. The skill is called ‘Fizz Buzz Bongo’ and is available in the Alexa Skills Store. It’s a variation on the classic ‘Fizz Buzz’ programmer
Integrating AWS and GitHub
This article looks at integrating AWS and GitHub. It runs through an example of setting up an automated Git Pull using a Webhook to automatically sync Github repository code into an S3 bucket (from where it can then be picked
Migrating my WordPress Blog to Amazon AWS Lightsail
I’ve just migrated this WordPress blog from a multisite hosting package I have with LCN to Amazon’s new Lightsail service – and thought I’d just make a quick post about how the process went. Why move? There was both pushing
Deploying a Spring Boot Microservice To Docker / AWS Elastic Beanstalk
This article is a follow on from my previous one – “Example of a Spring Boot Microservice running on OSX/Docker Toolbox” which described how to create a Spring Boot application and deploy it to Docker Toolbox locally. This article describes how