Serverless — Authentication
Backend service authentication using OpenID Connect.

We developed REST, GraphQL, and AppSync APIs for our serverless application. The AppSync APIs are protected using an API key.
AAA (Authentication, Authorization, and Accounting) controls the access to computer resources, enforces policies, and audits usage. For modern applications, we have protocols like…