UNPKG

@aws-amplify/amplify-category-api

Version:
11 lines (8 loc) 203 B
import { v4 as uuid } from 'uuid'; export const getAllDefaults = () => { const [shortId] = uuid().split('-'); const defaults = { resourceName: `container${shortId}`, }; return defaults; };