So, here we are again! The end of yet another chapter! By now I'm pretty sure you will have gotten a good handle over Lambda functions and how to work with them! So, before we move on to the next chapter, here's a quick summary of the things we have covered so far.
This chapter was all about how to leverage AWS services such as SAM and Step Functions to build, deploy, and orchestrate serverless applications that are predominantly run by a combination of AWS services such as DynamoDB, API Gateway, and Lambda. We created few SAM templates and learnt how to effectively deploy them, as well as took a crash course into AWS step functions with a few handy deployment examples as well. Towards the end of the chapter, we topped it all off with some interesting next steps that I would really recommend that you try out as well.
In the next chapter, we will be covering yet...