Developing with Flask and AWS Lambda: Intro

Posted on Fri 15 September 2017 in technical • Tagged with AWS, lambda, serverless, Flask, pytest, testing

This is the first in a series of blog posts intended to examine some challenges I encountered while writing a RESTful key-value store application for the coding exercise portion of a job interview. Each post in the series will focus on a specific challenge I encountered by describing:

  • the problem …

Continue reading