Greengrass group deployment

0

Hi everyone, I am new to aws greengrass and still trying to learn the ropes around how it works.

Is it possible to update a lambda function to a newer version/alias without redeploying the whole Greengrass group? From the documentation it seems as though redeploying the whole group is the only way to do it. If not, can someone explain why? The reason for asking this is because I am curious to see if I can send a small update (Like making a small change in the lambda function) from the IOT core without stopping the Greengrass core.

Also, I would greatly appreciate any resources to understand AWS IOT Greengrass better. I read the documentation and some courses, but if you have any other suggestions I would love the advice?

Edited by: rakibkamal on Nov 30, 2020 11:38 AM

asked 3 years ago181 views
1 Answer
0

Did some more research, and I don't think there is a straightforward way to alter a lambda function to a newer version without redeploying the whole group. The ObjectDefinition objects will be slightly different if a lambda function is updated to a newer version, so re-deploying the whole group is necessary.

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions