backend v4 half
This commit is contained in:
Generated
Vendored
+1
-1
@@ -3,7 +3,7 @@ import { getSmithyContext } from "@smithy/util-middleware";
|
||||
import { getEndpointFromInstructions } from "./adaptors/getEndpointFromInstructions";
|
||||
export const endpointMiddleware = ({ config, instructions, }) => {
|
||||
return (next, context) => async (args) => {
|
||||
if (config.endpoint) {
|
||||
if (config.isCustomEndpoint) {
|
||||
setFeature(context, "ENDPOINT_OVERRIDE", "N");
|
||||
}
|
||||
const endpoint = await getEndpointFromInstructions(args.input, {
|
||||
|
||||
Reference in New Issue
Block a user