amplify-category-function

amplify-cli function plugin

Usage no npm install needed!

<script type="module">
  import amplifyCategoryFunction from 'https://cdn.skypack.dev/amplify-category-function';
</script>

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.