awslabs / aws-greengrass-labs-certificate-rotator

Greengrass component and companion cloud backend for rotating the core device certificate and private key
Apache License 2.0
13 stars 2 forks source link

Custom build system reasoning #59

Closed IK-Adrian closed 1 month ago

IK-Adrian commented 1 month ago

Is there any reason for the custom Python script used as the build system instead of the GDK-integrated ZIP build system?

gregbreen commented 1 month ago

Hi. It's because the ZIP build system didn't offer good control over what to exclude from the ZIP. That seems to have been improved since this repo was published: https://github.com/aws-greengrass/aws-greengrass-gdk-cli/releases/tag/v1.5.0