Implementing a Serverless Flask REST API using AWS SAM
In this article I demonstrate how to build a serverless REST API using the AWS Serverless Application Model (SAM) framework along with the popular Python based Flask micro web framework.
Providing quality software engineering content in the form of tutorials, applications, services, and commentary suited for developers.
In this article I demonstrate how to build a serverless REST API using the AWS Serverless Application Model (SAM) framework along with the popular Python based Flask micro web framework.
In this article I discuss the merits of using Lambda versioning and aliases along with the AWS Serverless Application Model's (SAM) built-in capability to utilize CodeDeploy with weighted traffic routing for Gradual Deployments
In this article I demonstrate how utilize Lambda Layers to share reuable code among multiple Python AWS Lambda functions within AWS Serverless Application Model (SAM) applications.