1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
Thank you for your interest in Greengrass. Lambdas are a different type of component than native Greengrass v2 components, they have different feature sets. Lambda does not allow you to set any default component configuration; you must set the configuration in a deployment instead.
I recommend that you use non-lambda components unless you are migrating lambdas from Greengrass V1 to V2. I recommend you use the Greengrass Development Kit to create native components which you can follow here: https://docs.aws.amazon.com/greengrass/v2/developerguide/create-components.html#create-component-gdk-cli.
Cheers,
Michael
Relevant content
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 10 months ago
Thank you for your answer, I am indeed migrating from Greengrass V1 to V2.