New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-spy

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-spy

![ServerlessSpy](/logo/full_logo.svg)

  • 0.0.50
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
decreased by-96.81%
Maintainers
1
Weekly downloads
 
Created
Source

ServerlessSpy

DECLAREMENT: THE PROJECT IS IN THE DEEP DEVELOPMENT PHASE AND NOT JET MENT FOR USE.

CDK-based library for writing integration tests on AWS serverless architecture and web console to monitor events in real-time.

How it works

Add ServerlessSpy construct to your CDK stack, which creates infrastructure to intercept events in Lambda, SNS, SQS, EventBridge, DynamoDB... and send it to a testing library or your local web console via API Gateway websocket. The testing library subscribes to events so tests can be executed fast without checking/retrying if the event has been received. The testing library is integrated with Jest but can also be used with another library. The web console can be used to see and inspect events in real-time.

Concept

What is not

  • ServerlessSpy can not be used if your infrastructure is not created with CDK.
  • The solution is meant for development and (automatic) testing environment only. You should EXCLUDE ServerlessSpy CDK construct in any other environment, especially production or high load. ServerlessSpy is not meant for those environments; it just induces costs and could contribute to hitting AWS quotas (Lambda concurrent executions, ...).

Documentation

  • Quick start
  • Writing tests
  • Integrations
  • Using web console
  • Code of Conduct
  • Contributing Guide

Keywords

FAQs

Package last updated on 30 Sep 2022

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