wrappers/executors/executor-index.ts (4 lines of code) (raw):

/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import fluentBitExecutor from './fluent-bit-executor.js' export default [ fluentBitExecutor, ]