Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# AWS Greengrass SDK Lite

`aws-greengrass-sdk-lite` provides an API for calling AWS IoT Greengrass IPC
The `aws-greengrass-sdk-lite` provides an API for making AWS IoT Greengrass IPC
calls with a small footprint. It enables Greengrass components to interact with
the Greengrass Nucleus (Lite or Classic) with less binary overhead, and also
enables components written in C. This can be used by Greengrass components as an
alternative to the `aws-iot-device-sdk-cpp-v2` or the other language device
the Greengrass Nucleus (Lite or Classic) with less binary overhead and also
supports components written in C. Greengrass components can use this SDK as an
alternative to the `aws-iot-device-sdk-cpp-v2` or other language-specific device
SDKs.

### ⚠️ Important Notice ⚠️

This library is pre-release. Feel free to test it out and report bugs or missing
features.
This library is in pre-release status. We encourage users to test it and report
any bugs or missing features.

Usage for development should pin a commit or tag.
For development purposes, it is recommended to pin your usage to a specific
commit or tag.

## Security

Expand Down