Package

A package is a collection of functions. Packages let you organize functions within a project.

Your functions’ URLs are determined by their organization in the package directory structure.

Packages can contain single-file functions or multi-file functions.

Packages can contain any number of functions. A project can contain any number of packages. This lets you organize your project in the way that makes the most sense to you.

Package Articles

You can configure functions to forward console and error logs from the function to a third-party logging service. Functions supports Papertrail, Datadog, and Logtail.
Configure the resource limits, runtime, and environment of your DigitalOcean Functions.
Create and deploy a function using the command line or control panel.