1.6.5 • Published 10 months ago

serverless-plugin-buttonize v1.6.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 months ago

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.

1.6.5

10 months ago

1.6.4

1 year ago

1.6.3

1 year ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.1.3

3 years ago

1.0.0

4 years ago