Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 430 Bytes

Serverless_Event-Driven_Architectures.md

File metadata and controls

13 lines (10 loc) · 430 Bytes

Serverless and Event-Driven Architectures

  • Return to table of contents

  • Useful Links:

  • Exam Tips:

    • A function should ideally do one activity and do it well.
    • Time limit for Lambda functions.
    • Keep them simple.
    • Questions on how to increase efficacy:
      • Understand event driven architecture benefits.