Happy Employees == Happy ClientsCAREERS AT DEPT®

Kevin Larrabee

A collection of 2 posts

Platforms

Organizing AWS microservices with Python, Serverless, and namespace packages

Our project began with a small ask: build a small Python back-end using AWS Lambda and API Gateway (with just a handful of endpoints to support a few pages) and use Serverless [https://serverless.com/] to manage the Cloud Formation setup. Not very involved, not much code, not even much configuration for the deploy. Next came authentication. In pursuing the joint dreams of DRTW ("don't reinvent the wheel") and WALCAP ("write as little code as possible"), we selected AWS Cognito over other opti

Kevin Larrabee4 min read
Keep Reading
Create a Rust web service, from zero to cloud
Platforms

Create a Rust web service, from zero to cloud

This tutorial will describe how to... install Rust, create a new project and manage dependencies, Set up a simple web server, and compile the app and deploy to a virtual server. I'll be working on Ubuntu 20.04 but most of the setup should be the same on macOS or a different flavor of Linux.

Kevin Larrabee9 min read
Keep Reading