UNPKG

@aws-amplify/core

Version:
8 lines (6 loc) 281 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 const DATABASE_NAME = 'amplify_logging_cloudwatch'; const STORE_NAME = 'logging_cached_logs'; export { DATABASE_NAME, STORE_NAME }; //# sourceMappingURL=constants.mjs.map