Skip to content

Commit

Permalink
Remove developer preview disclaimer from GG RPC (#405)
Browse files Browse the repository at this point in the history
Co-authored-by: Bret Ambrose <bambrose@amazon.com>
  • Loading branch information
bretambrose and Bret Ambrose authored Aug 14, 2023
1 parent 01e28d8 commit 9d4c47f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions documents/GreengrassIPC.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Greengrass IPC in the v2 Javascript SDK

# Table of contents
* [Developer Preview Disclaimer](#developer-preview-disclaimer)
* [Cross-SDK API Differences](#cross-sdk-differences)
* [Example](#greengrass-ipc-example)
* [Greengrass IPC Client](#greengrass-ipc-client)
Expand All @@ -25,11 +24,6 @@ documentation for more details on that subject.

This guide is a work in progress. Feedback is welcomed.

## Developer Preview Disclaimer
Javascript Greengrass IPC support is currently in **developer preview**. We encourage feedback at all times, but feedback during the preview window
is especially valuable in shaping the final product. During the preview period we may make backwards-incompatible changes to the
public API.

## Cross-SDK Differences
The Javascript Greengrass IPC implementation has several differences relative to the IPC implementations in the other v2 IoT SDKs:
* No handler types - Javascript Greengrass IPC uses Javascript's event system (events, listeners, emitters) for all asynchronous notifications.
Expand Down

0 comments on commit 9d4c47f

Please sign in to comment.