UNPKG

474 BJavaScriptView Raw
1import { getAmplifyServerContext } from '@aws-amplify/core/internals/adapter-core';
2import { getProperties as getProperties$1 } from '../internal/getProperties.mjs';
3
4// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5// SPDX-License-Identifier: Apache-2.0
6function getProperties(contextSpec, input) {
7 return getProperties$1(getAmplifyServerContext(contextSpec).amplify, input);
8}
9
10export { getProperties };
11//# sourceMappingURL=getProperties.mjs.map