

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# Resources
<a name="resources"></a>

**參考**
+ [使用 （方案指引模式） 在六邊形架構中建構 Python 專案 AWS Lambda](https://docs.aws.amazon.com//prescriptive-guidance/latest/patterns/structure-a-python-project-in-hexagonal-architecture-using-aws-lambda.html)AWS 
+ [敏捷團隊](https://www.scaledagileframework.com/agile-teams/) （擴展敏捷架構網站）
+ [Python 的架構模式](https://www.cosmicpython.com/book/preface.html)，作者為 Harry Percival 和 Bob Gregory (O’Reilly Media，2020 年 3 月 31 日），特別是下列章節：
  + [命令和命令處理常式](https://www.cosmicpython.com/book/chapter_10_commands.html)
  + [命令查詢責任區隔 (CQRS)](https://www.cosmicpython.com/book/chapter_12_cqrs.html)
  + [儲存庫模式](https://www.cosmicpython.com/book/chapter_02_repository.html)
+ [事件風暴：超越孤立界限的最智慧協作方法](https://www.eventstorming.com/)，作者為Alberto Brandolini (Event Storming 網站）
+ [解開 Conway's Law](https://www.thoughtworks.com/insights/articles/demystifying-conways-law)，作者為 Sam Newman (Thoughtworks 網站，2014 年 6 月 30 日）
+ [使用 開發演化架構 AWS Lambda](https://aws.amazon.com/blogs/compute/developing-evolutionary-architecture-with-aws-lambda/)，作者：James Beswick (AWS 運算部落格，2021 年 7 月 8 日）
+ [域語言：在軟體核心中處理複雜性 ](https://www.domainlanguage.com/ddd/)（域語言網站）
+ [外觀](https://refactoring.guru/design-patterns/facade)，從*深入探討 Alexander Shvets 的設計模式* （電子書，2018 年 12 月 5 日）
+ [GivenWhenThen](https://martinfowler.com/bliki/GivenWhenThen.html)，作者：Martin Fowler (2013 年 8 月 21 日）
+ [實作網域驅動設計](https://www.oreilly.com/library/view/implementing-domain-driven-design/9780133039900/)，作者為 Vaughn Vernon (Addison-Wesley Professional，2013 年 2 月）
+ [Inverse Conway Maneuver](https://www.thoughtworks.com/en-de/radar/techniques/inverse-conway-maneuver) (Thoughtworks 網站，2014 年 7 月 8 日）
+ [本月模式：Red Green Refactor](https://dzone.com/articles/pattern-of-the-month-red-green-refactor) (DZone 網站，2017 年 6 月 2 日）
+ [SOLID 設計原則說明：程式碼範例的相依性反轉原則](https://stackify.com/dependency-inversion-principle/)，作者為 Thorben Janssen (Stackify 網站，2018 年 5 月 7 日）
+ [SOLID 原則：說明和範例](https://itnext.io/solid-principles-explanation-and-examples-715b975dcad4)，作者：Simon Hoiberg (ITNEXT 網站，2019 年 1 月 1 日）
+ [敏捷開發的藝術：測試驅動開發](http://www.jamesshore.com/v2/books/aoad1/test_driven_development)，作者：James Shore 和 Shane Warden (O’Reilly Media，2010 年 3 月 25 日）
+ [純英文物件導向程式設計的 SOLID 原則，](https://www.freecodecamp.org/news/solid-principles-explained-in-plain-english/)作者為 Yigit Kemal Erinc (freeCodeCamp 物件導向程式設計文章，2020 年 8 月 20 日）
+ [什麼是事件驅動架構？](https://aws.amazon.com/event-driven-architecture/)(AWS 網站）

**AWS 服務**
+ [Amazon API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html)
+ [Amazon Aurora](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html)
+ [Amazon DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html)
+ [Amazon Elastic Compute Cloud (Amazon EC2)](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html)
+ [Amazon Elastic Container Service (Amazon ECS)](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html)
+ [Amazon Elastic Kubernetes Service (Amazon EKS)](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html)
+ [Elastic Load Balancing](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html)
+ [Amazon EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html)
+ [AWS Fargate](https://docs.aws.amazon.com/AmazonECS/latest/userguide/what-is-fargate.html)
+ [AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html)
+ [Amazon Relational Database Service (Amazon RDS)](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html)
+ [Amazon Simple Notification Service (Amazon SNS)](https://docs.aws.amazon.com/sns/latest/dg/welcome.html)
+ [Amazon Simple Queue Service (Amazon SQS)](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html)

**其他工具**
+ [摩托](http://docs.getmoto.org/en/latest/)
+ [LocalStack](https://localstack.cloud/)