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

@aws-lite/apigatewaymanagementapi

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lite/apigatewaymanagementapi - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@aws-lite/apigatewaymanagementapi",
"version": "0.0.2",
"version": "0.0.3",
"description": "Official `aws-lite` plugin for API Gateway WebSocket Management API",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/architect/aws-lite",

@@ -1,2 +0,2 @@

# `@aws-lite/apigatewaymanagementapi`
# [`@aws-lite/apigatewaymanagementapi`](https://aws-lite.org/services/apigatewaymanagementapi)

@@ -21,4 +21,9 @@ > Official `aws-lite` plugin for API Gateway WebSocket Management API

## Docs
## Reference
[Reference documentation with examples at aws-lite.org](https://aws-lite.org/services/apigatewaymanagementapi)
## Methods
<!-- ! Do not remove METHOD_DOCS_START / METHOD_DOCS_END ! -->

@@ -31,2 +36,4 @@ <!-- METHOD_DOCS_START -->

Properties:
- **`ConnectionId` (string) [required]**
- WebSocket connection ID
- **`ApiUrl` (string)**

@@ -37,5 +44,3 @@ - Full API Gateway WebSocket URL, including stage; if using this, do not use `ApiId` and `Stage`; example: `wss://abc123.execute-api.us-west-1.amazonaws.com/$default`

- **`Stage` (string)**
- API Gateway stage; example: `$default`)
- **`ConnectionId` (string) [required]**
- WebSocket connection ID
- API Gateway stage; example: `$default`
- **`Data` (string, object)**

@@ -50,2 +55,4 @@ - Data to send to WebSocket client

Properties:
- **`ConnectionId` (string) [required]**
- WebSocket connection ID
- **`ApiUrl` (string)**

@@ -56,5 +63,3 @@ - Full API Gateway WebSocket URL, including stage; if using this, do not use `ApiId` and `Stage`; example: `wss://abc123.execute-api.us-west-1.amazonaws.com/$default`

- **`Stage` (string)**
- API Gateway stage; example: `$default`)
- **`ConnectionId` (string) [required]**
- WebSocket connection ID
- API Gateway stage; example: `$default`

@@ -67,2 +72,4 @@

Properties:
- **`ConnectionId` (string) [required]**
- WebSocket connection ID
- **`ApiUrl` (string)**

@@ -73,5 +80,3 @@ - Full API Gateway WebSocket URL, including stage; if using this, do not use `ApiId` and `Stage`; example: `wss://abc123.execute-api.us-west-1.amazonaws.com/$default`

- **`Stage` (string)**
- API Gateway stage; example: `$default`)
- **`ConnectionId` (string) [required]**
- WebSocket connection ID
- API Gateway stage; example: `$default`
<!-- METHOD_DOCS_END -->

@@ -82,2 +87,3 @@

Please see the [main `aws-lite` readme](https://github.com/architect/aws-lite) for more information about `aws-lite` plugins.
- [More information about the `aws-lite` plugin API](https://aws-lite.org/plugin-api)
- [Learn about contributing to this and other `aws-lite` plugins](https://aws-lite.org/contributing)

Sorry, the diff of this file is not supported yet

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