I deploy two lambda functions on a Greengrass device. For better deployment, we decide to work with ALIAS so my Function A in Version 36 has an alias: production and my function B in Version 37 too.
When I deploy these Lambda-Functions to Greengrass - i can find them in the ggc-deployment directory (but with the Version number) so this is a huge Problem because when Function A invokes Function B I have to set a qualifier ... at the moment on every deployment from Function B I have to check the Version number and set it manually in Function A and deploy it also ... is there a better Workaround?