The low level function that supports framework specific helpers. It creates an Amplify server context based on the input and runs the operation with injecting the context, and finally returns the result of the operation.
The Amplify resource config.
The Amplify library options.
The operation to run with the server context created from amplifyConfig and libraryOptions.
amplifyConfig
libraryOptions
The result returned by the operation.
operation
The low level function that supports framework specific helpers. It creates an Amplify server context based on the input and runs the operation with injecting the context, and finally returns the result of the operation.