ApiKey
Source:
src/AWS/ApiGateway/ApiKey.ts
API Gateway API key for usage plans and apiKeyRequired methods.
API keys
Section titled “API keys”const key = yield* ApiGateway.ApiKey("PartnerKey", { generateDistinctId: true,});Source:
src/AWS/ApiGateway/ApiKey.ts
API Gateway API key for usage plans and apiKeyRequired methods.
const key = yield* ApiGateway.ApiKey("PartnerKey", { generateDistinctId: true,});