Skip to content

CreateCollection

Source: src/AWS/Rekognition/CreateCollection.ts

Runtime binding for rekognition:CreateCollection — create a face collection — e.g. one collection per application tenant, created at runtime.

The binding takes no arguments and grants the function rekognition:CreateCollection on * (Rekognition data-plane resources such as collections, users, and jobs are routinely created at runtime, so their identifiers are unknown at deploy time). Provide the implementation with Effect.provide(AWS.Rekognition.CreateCollectionHttp).

// init
const createCollection = yield* AWS.Rekognition.CreateCollection();
// runtime
const created = yield* createCollection({ CollectionId: `tenant-${tenantId}` });
// created.CollectionArn, created.FaceModelVersion