Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.03 KB

File metadata and controls

12 lines (9 loc) · 1.03 KB

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.