amplify-python-function-runtime-provider
Version:
Provides functionality related to functions in Python on AWS
19 lines (11 loc) • 598 B
Markdown
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { FunctionRuntimeContributorFactory } from '@aws-amplify/amplify-function-plugin-interface';
import { GetPackageAssetPaths } from '@aws-amplify/amplify-cli-core';
// @public (undocumented)
export const functionRuntimeContributorFactory: FunctionRuntimeContributorFactory;
// @public (undocumented)
export const getPackageAssetPaths: GetPackageAssetPaths;
// (No @packageDocumentation comment for this package)
```