Get Connections Instance

Note:
  • This SDK can only be accessed within Catalyst services like Functions and AppSail. It cannot be used to integrate with third-party services.

  • Ensure you have installed the required package to use this SDK method.

You can get the connections component reference as shown below. This will not fire a server-side call. We will refer to this component instance in various code snippets of working with Connections.

copy
// Get a Connections instance
const connections = new Connections();

Last Updated 2026-07-02 14:51:41 +0530 IST