如何在不使用 AWS API 网关的情况下使用 Cognito 对对我的 API 的请求进行身份验证

How can I use Cognito to authenticate requests to my API without using AWS API Gateway

似乎有关使用 Cognito 保护 API 的所有信息都需要使用 AWS API 网关,但此网关需要额外付费,并且还有许多其他 API 网关产品可用。

您可以将 Cognito 返回的 ID 或访问令牌提供给您正在使用的任何 API 系统并自行验证令牌。

https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-tokens-verifying-a-jwt.html