codebuildCreate a Rust web service, from zero to cloudWriting software can be very complex in any language. Working with the language and tools, however, should not be. This tutorial will describe how to install Rust, create a new project, set up a simple web server, and deploy to a virtual server.
developmentRust: More Than Just PerformanceRust has been voted Stack Overflow’s most loved language five years in a row. It is a hybrid between object-oriented and functional languages, and here are some of our favorite aspects of this much-loved language.
Organizing AWS microservices with Python, Serverless, and namespace packagesOur 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 option