Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DevEndpointCustomLibraries

import type { DevEndpointCustomLibraries } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Custom libraries to be loaded into a development endpoint.

interface DevEndpointCustomLibraries {
ExtraJarsS3Path?: string | null;
ExtraPythonLibsS3Path?: string | null;
}

§Properties

§
ExtraJarsS3Path?: string | null
[src]

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

Note: You can only use pure Java/Scala libraries with a DevEndpoint.

§
ExtraPythonLibsS3Path?: string | null
[src]

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

Note: You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.