In this chapter, we will review the function triggers and provide a use case for each. We will discuss how to identify the different interfaces defined in the Serverless configuration file and function code.
Importance of Securing Interfaces
Every interface exposes the application to receiving and sending data. The data might be sensitive or not. Another party might intercept the data when moving the data from at rest to in transit. An interface is a connection where information is exchanged between two parties, services or systems, and thus makes the data vulnerable to potential interception. ...