npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

slappforge-debug-client

v2.2.1

Published

The local client component of SLAppForge AWS Lambda debugger toolkit. This should be installed as a global Node module in the develope machine.

Downloads

13

Readme

SLAppForge Debugger for NodeJS - Local Client

SLAppForge Debugger for NodeJS is a toolkit that can be utilized to perform step-through debugging for the Lambda functions executing on live AWS environment, using your own local IDE.

This is the NPM package that contains the Local Client component of the toolkit. This should be installed as a global package in the developer machine. Once invoked with the required parameters, it acts as the intermediary that exchanges V8 protocol messages between the IDE debugger and the remote broker server.

npm i slappforge-debug-client -g

Prerequisites

As a prerequisite for using this toolkit, you should obtain an access key pair from the SLAppForge Access Key Manager. For that, please visit https://www.slappforge.com/java-debug and login with your SLAppForge Sigma account. If you don't have a Sigma account you can create one for free from here. Once logged in, you can generate an Access Key and an Access Secret.

Parameters

| Short Argument | Long Argument | Required | Description | |:---------:|---------|:----------:| -------------| |-f | --session |:white_check_mark: | This is a unique ID set as the SLAPP_SESSION variable of the Lambda function |-k |--key |:white_check_mark: | This is the Access Key obtained from the access key manager |-x |--secret |:white_check_mark: | This is the Access Secret obtained from the access key manager |-s |--server |:x: | This is the host name or the IP address of the Broker server. Default value is lambda-debug.slappforge.com |-p |--port |:x: | This is the debugger facing port of the Broker server. Default value is 9239 |-v |--verbose |:x: | Flag to enable verbose logging for the client

Example

slp-debug-client -f=MyFunction -k=abcd=efgh-1234-5678 -x=abc123def456ghi789