Amplify CLI Function Plugin

February 16, 2023 ยท View on GitHub

Commands Summary

The following table lists the current set of commands supported by the Amplify Function Category Plugin.

CommandDescription
amplify function addTakes you through steps in the CLI to add a function resource to your backend.
amplify function pushProvisions only function cloud resources with the latest local developments.
amplify function buildBuilds node_modules for all of the function resources in the project.
amplify function removeRemoves the function resource from your local backend. The resource is removed from the cloud on the next push command.