Package Exports
- amplify-category-function
- amplify-category-function/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (amplify-category-function) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Amplify CLI Function Plugin
Commands Summary
The following table lists the current set of commands supported by the Amplify Function Category Plugin.
Command | Description |
---|---|
amplify function add | Takes you through steps in the CLI to add a function resource to your backend. |
amplify function push | Provisions only function cloud resources with the latest local developments. |
amplify function build | Builds node_modules for all of the function resources in the project. |
amplify function remove | Removes the function resource from your local backend. The resource is removed from the cloud on the next push command. |