@agconnect/function
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Cloud Functions For Web

Introduction

Cloud Functions enables serverless computing. It provides the Function as a Service (FaaS) capabilities to simplify app development and O&M so your functions can be implemented more easily and your service capabilities can be built more quickly. Learn More

Integrating SDKs

Integrate the Cloud Functions SDK.

  • Run the following command to integrate the Cloud Functions JavaScript SDK into your project:
npm install --save @agconnect/function
  • Import the AppGallery Connect component to your project.
import agconnect from "@agconnect/api";
import "@agconnect/function";
import "@agconnect/instance";

For more details, please refer to Getting Started with Cloud Functions

Development Guide

Usage

Reference

License

Cloud Functions Service Plug-in is licensed under the: "ISC"

Package Sidebar

Install

npm i @agconnect/function

Weekly Downloads

1

Version

1.3.2

License

ISC

Unpacked Size

24.9 kB

Total Files

14

Last publish

Collaborators

  • hwopencapability