UNPKG

@softchef/cdk-iot-device-management

Version:

IoT device management is composed of things, thing types, thing groups, jobs, files API services. The constructs can be used independently, that are based on full-managed service to create an API Gateway & Lambda function.

11 lines (10 loc) 323 B
import uuid from './dist/index.js'; export const v1 = uuid.v1; export const v3 = uuid.v3; export const v4 = uuid.v4; export const v5 = uuid.v5; export const NIL = uuid.NIL; export const version = uuid.version; export const validate = uuid.validate; export const stringify = uuid.stringify; export const parse = uuid.parse;