@aws-amplify/storage
Version:
Storage category of aws-amplify
12 lines (9 loc) • 478 B
JavaScript
import { getAmplifyServerContext } from '@aws-amplify/core/internals/adapter-core';
import { getProperties as getProperties$1 } from '../internal/getProperties.mjs';
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
const getProperties = (contextSpec, input) => {
return getProperties$1(getAmplifyServerContext(contextSpec).amplify, input);
};
export { getProperties };
//# sourceMappingURL=getProperties.mjs.map