Connections > JDBC V2 connection properties > Use the serverless runtime environment
  

Use the serverless runtime environment

You can use a serverless runtime environment hosted on AWS or Azure to connect to JDBC-compliant databases.
Before you configure a JDBC V2 connection using the serverless runtime environment, perform the following tasks:
Add the JDBC driver JAR files in the Amazon S3 bucket or Azure container in your AWS or Azure account
Perform the following steps to configure a JDBC V2 connection in a serverless runtime environment:
  1. 1Create the following structure for the serverless agent configuration in AWS or Azure:
  2. <Supplementary file location>/serverless_agent_config
  3. 2Add the JDBC driver files in the Amazon S3 bucket or Azure container in the following location in your AWS or Azure account:
  4. <Supplementary file location>/serverless_agent_config/common
  5. 3For mappings in advanced mode, additionally add the JDBC driver files in the following location in the Amazon S3 bucket or Azure container:
  6. <Supplementary file location>/serverless_agent_config/spark
Configure the .yml serverless configuration file
Perform the following steps to configure the .yml serverless configuration file in the serverless runtime environment:
  1. 1Copy the following code snippet to a text editor based on the mappings that you want to run in a serverless environment:
  2. where the source path is the directory path of the driver files in AWS or Azure.
  3. 2Ensure that the syntax and indentations are valid, and then save the file as serverlessUserAgentConfig.yml in the following AWS or Azure location: <Supplementary file location>/serverless_agent_config
  4. When the .yml file runs, the JDBC driver files are copied from the AWS or Azure location to the serverless agent directory.