Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Light up your microservices with the Serverless Framework

Light up your microservices with the Serverless Framework

This is an introductory presentation about the Serverless Framework including demos about AWS Lambda and Azure Functions.

Daron Yondem

October 19, 2017
Tweet

More Decks by Daron Yondem

Other Decks in Programming

Transcript

  1. Light up your microservices
    with the Serverless Framework
    Daron Yondem
    http://daron.me | @daronyondem

    View Slide

  2. What is serverless?
    It’s the way cloud should be!

    View Slide

  3. Serverless architectures refer to applications that significantly
    depend on third-party services (knows as Backend as a Service
    or "BaaS") or on custom code that's run in ephemeral
    containers (Function as a Service or "FaaS")
    Martin Fowler

    View Slide

  4. What I understand?
    • Worry/care just about your code.
    • Pay per use metering units at max optimization.
    • No commitment, hardware provisioning (are you sure?)

    View Slide

  5. Serverless != Microservices
    • You can have a fleet of EC2 instances, running containers,
    orchestrating and still worry about infrastructure.
    • You can have dozens of functions tightly coupled and delivered as a
    behemoth.

    View Slide

  6. What is ?

    View Slide

  7. View Slide

  8. View Slide

  9. View Slide

  10. DEMO
    Getting your first function out there.

    View Slide

  11. All blue skies?

    View Slide

  12. View Slide

  13. View Slide

  14. DEMO
    Kicking functions on multiple cloud platforms.

    View Slide

  15. Azure Function

    View Slide

  16. AWS Lambda

    View Slide

  17. DEMO
    Real-time log streaming.

    View Slide

  18. Commands to keep in mind!

    View Slide

  19. Thank you
    Daron Yondem
    http://daron.me | @daronyondem
    Slides @ https://speakerdeck.com/daronyondem

    View Slide