Serverless Design Patterns and Best Practices
上QQ阅读APP看书,第一时间看更新

Logic layer

The logical layer is the guts of our application, our code. In this and other examples, we'll use Python as our programming language and deploy our functions as isolated compute units in AWS Lambda. The Serverless Framework will make this quite painless, and this will be the foundation for moving fast and iterating on our code.