1 | import { getAmplifyServerContext } from '@aws-amplify/core/internals/adapter-core';
|
2 | import { 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
|
6 | function getProperties(contextSpec, input) {
|
7 | return getProperties$1(getAmplifyServerContext(contextSpec).amplify, input);
|
8 | }
|
9 |
|
10 | export { getProperties };
|
11 | //# sourceMappingURL=getProperties.mjs.map
|