UNPKG

@shelf/aws-lambda-libreoffice

Version:

Utility to work with Docker version of LibreOffice in Lambda

51 lines 811 B
// // nodeFilters: [ // { // userTag: { // inclusion: false, // tags: ["commute_driver_support", "MEA-LOW-COST-SUPPORT"], // }, // }, // { // countryExclusion: { // countryISO2s: [ // "AE", // "AT", // "BD", // "BO", // "CO", // "CZ", // "EG", // "HK", // "HN", // "IN", // "KR", // "PE", // "RO", // "SA", // "UA", // "UY", // ], // }, // }, // { // cityExclusion: { // cityIDs: [474], // }, // }, // { // tripStatus: { // inclusion: true, // statuses: ["COMPLETED"], // }, // }, // { // location: { // inclusion: true, // values: ["DJ", "CY", "NZ"], // }, // }, // ]; // // "use strict";