Chapter 17. Receiving events from other services

This chapter covers

  • Having external sources as triggers for Lambda functions
  • Using webhooks to receive callbacks from other services
  • Monitoring application logs to trigger Lambda functions
  • Introducing practical examples with tools such as Slack, GitHub, Twilio, and MongoDB

In the previous chapter, you learned how to call external services in Lambda functions, encrypting credentials before including them in your code or in your configuration repositories.

Now you’ll see the other side of that: how to have Lambda functions triggered by external services. I’ll share specific examples and best practices, and the architectural patterns that are introduced here can be used with many more services ...

Get AWS Lambda in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.