greengrass
IoT Greengrass
Analytics & IoTAWS
General
General information about the service.
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
greengrass-Length
1-128
Valid Characters
Letters, numbers, hyphens, underscores
Scope
region
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "aws_greengrassv2_component_version" "main" {2 inline_recipe = jsonencode({3 RecipeFormatVersion = "2020-01-25"4 ComponentName = "greengrass-${var.environment}"5 ComponentVersion = "1.0.0"6 })7}
Utilities
Utilities to support app deployment or configuration.