Summary
In this chapter, you have learned about the nuances of serverless applications, their use cases, and why serverless platforms are getting popular among enterprises. To reiterate, it is a simple piece of code that does one job. It takes some input (usually on standard in) and, optionally, writes some output, usually to standard out.
You also learned how Oracle has adopted the open source fn
project to break free from the cloud lock-in of serverless applications. You also looked at the advanced concepts surrounding Oracle functions and how they can be taken further with the integration of OCI Events Service.
In the next chapter, you will learn how to use Terraform and Ansible code to maintain your OCI Infrastructure as Code.