
Brett Andrews
Cloud-Native Software Solutions
Continuous Deployment for websites with AWS Amplify and Serverless Framework
It’s easier than ever to create a website and present it to the world, especially for non-technical people with the rise of online Website…
Migrating REST APIs to AWS Serverless
One of the most common use cases of Serverless architecture is serving REST APIs with Amazon API Gateway and Lambda. In this article we’ll…
Continuous Deployment with Semantic Release and GitHub Actions
At Wizeline, we strive for operational excellence when developing software for all of our clients, from startups to enterprise. This…
Configuring Serverless Framework for multiple stages
AWS CloudFormation lets you define “variables” in your templates by specifying Parameters along with a value. However, they’re limited to…
Building a Civilization VI "Play by Cloud" Webhook Turn Notifier Service
The Civilization 6 Play By Cloud Turn Notifications Service is now available for Discord. If you’re interested in the technical details…
Handling SQS partial batch failures in AWS Lambda
When using SQS as an event source for Lambda, the default configuration is to send batches of up to 10 messages in a single invocation. The…