Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

serverless-plugin-buttonize

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-buttonize

Serverless Framework Plugin for using Buttonize in your project

latest
Source
npmnpm
Version
1.6.5
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

serverless-plugin-buttonize

:warning: Currently this plugin is deprecated. If you are interested in using Buttonize with Serverless Framework, please contact us at buttonize.io.

New version of the plugin is coming soon...

In the mean time, feel free to check our AWS CDK constructs at: https://github.com/buttonize/buttonize-cdk

Install

Run npm install in your Serverless project.

$ npm install --save-dev serverless-plugin-buttonize

Add the plugin to your serverless.yml file

plugins:
  - serverless-plugin-buttonize

Setup

Add general configuration to custom.

custom:
  buttonize:
    apiKey: PUT_HERE_YOUR_BUTTONIZE_API_KEY

Hook events to your lambda functions.

functions:
  addUserToDatabase:
    handler: src/addUserToDatabase.hello
    events:
      - buttonize:
          label: Add user to database
          type: FieldsInput
          fields:
            userName: User Name
            userEmail: User Email

Deploy the app with serverless deploy and the Buttonize resources will be provisioned automatically.

FAQs

Package last updated on 17 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts