Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@buttonize/toolkit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buttonize/toolkit

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Buttonize.io


Discord npm Build status

Buttonize is a low-code paltform which enables cloud developers to create UI widgets like buttons, inputs, forms etc. connected to the cloud services like AWS Lambda, AWS Step Functions, AmazonDynamoDB and more.

This package contains TypeScript type definition for your lambda function handlers and other DX utilities.

Getting started

Installation

$ pnpm i -D @buttonize/toolkit
$ npm i -D @buttonize/toolkit

Example

You can find more examples in the Buttonize AWS CDK constructs repository.

// Lambda function handler file

import { ButtonizeHandler } from '@buttonize/toolkit'

export const handler: ButtonizeHandler<{
  email: string
  isAdmin: string
}> = async (event) => {
  console.log('save new user to database')

  return {
    format: 'text',
    body: 'User created.'
  }
}

Buttonize Docs

Learn more at docs.buttnoize.io


Join our community Discord | Twitter

Keywords

FAQs

Package last updated on 05 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc