diff --git a/README.md b/README.md index 50d0ce8..cd7b95c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Following is a list of Greengrass components. * [Jupyter Labs](https://github.com/awslabs/aws-greengrass-labs-jupyterlab): This component deploys JupyterLab to a Greengrass core device. The Jupyter environment will have access to all the process and environment variable resources set by Greengrass thereby simplifying the process of testing and developing components written in Python. * [Local Webserver](https://github.com/awslabs/aws-greengrass-labs-local-web-server): This component enable users to create local web user interface on a Greengrass core device. The web user interface can be used to configure device and application settings, or monitoring the device. * [LoRaWAN Network Server](https://github.com/awslabs/aws-greengrass-labs-component-for-the-things-stack-lorawan): This component deploys [The Things Stack](https://github.com/TheThingsNetwork/lorawan-stack) LoRaWAN Network Server (LNS). This enables ingestion of data from LoRaWAN devices so customers can get insights from data and take action locally without connecting to the cloud. +* [Parsec Provider Component](https://github.com/awslabs/aws-greengrass-labs-parsec-provider): This community component allows AWS IoT Greengrass devices to integrate hardware security solutions using the open-source [Parsec](https://parsec.community/) project from Cloud Native Computing Foundation ([CNCF](https://www.cncf.io/)). * [TES Routing to Container](https://github.com/awslabs/aws-greengrass-labs-tes-router): This component configures nftables or iptables on a Greengrass device to be able to use [Token Exchange Service](https://docs.aws.amazon.com/greengrass/v2/developerguide/token-exchange-service-component.html) component with containers. * [WebRTC](https://github.com/awslabs/aws-greengrass-labs-webrtc): This component ingests audio and video streams from RTSP cameras connected to the Greengrass core device. And then the component turns the audio and video streams into peer-to-peer communication or relay through Amazon Kinesis Video Streams. * [GStreamer for LookoutForVision](https://github.com/awslabs/aws-greengrass-labs-lookoutvision-gstreamer): This component provides a GStreamer plugin that enables you to perform [Amazon Lookout For Vision](https://aws.amazon.com/lookout-for-vision/) anomaly detection in your custom GStreamer pipelines.