-
Hey there, Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Answer: Parameters: Return type: Also looking over this might help you understand how to best use greengrass inside a docker container. Please let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Answer:
You can do that with update_state function:
update_state(*, state=None)
Perform the UpdateState operation synchronously.
Parameters:
state (str | None) – ReportedLifecycleState enum value
Return type:
UpdateStateResponse
Also looking over this might help you understand how to best use greengrass inside a docker container. Please let me know if you have any other questions.