DEV Community

Lee Clark
Lee Clark

Posted on

Build and publish the components whenever a new change to the source is detected.

AWS IoT Greengrass V2 services are usually used in an automated framework where deployments of components are provisioned based on specific events. GDK CLI helps be more flexible for creating AWS IoT Greengrass V2 components using Python/Java/Bash. However, automation would be ideal instead of manually provisioning the build and publishing tasks whenever there is any change to the element. This build solution highlights using AWS CodePipeline for building/publishing AWS IoT Greengrass V2 components and reduces development efforts and manual intervention. Furthermore, for continuous integration and continuous deployment (CI/CD), versioning is an important aspect which can be simplified and automated by this build solution.

Architecture

https://aws.amazon.com/blogs/iot/automating-workflows-for-aws-iot-greengrass-v2-components/

Top comments (0)