How to run a script in a greengrass component environment for testing/development

0

For testing/development Is it possible to manually run a program which is destined to run in a greengrass component, in some sort of assumed greengrass environment for testing.

For example, if there was some way via the CLI to assume a greengrass component environment, and then just manually execute the script/program to test.

majh
asked a year ago271 views
1 Answer
0
Accepted Answer

Hi Majh,

My suggestion is to deploy the Jupyter Lab component onto your device. Apart from providing a experimentation platform in case you are developing in Python, you can open a terminal session running in Greengrass. From there you can execute scripts or any other piece of code as your custom component would do.

Enter image description here

Cheers,

Massimiliano

AWS
EXPERT
answered a year 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