This module create a Lambda in a private subnet to read from an existing DDB Stream and write to an existing OpenSearch Domain
opensearch-sg-id
: The security group id of the OpenSearch clusteropensearch-domain-endpoint
: The OpenSearch Domain endpointopensearch-domain-name
: The OpenSearch Domain namevpc-id
: The VPC-ID that the cluster will be created inrosbag-stream-arn
: the ARN of the ddb stream connected to the rosbag metadata table (to be indexed)private-subnet-ids
: the private subnets the lambda should run in, as a stringifed array list
solution-id
: a unique identifier for this deployment (must be used withsolution-description
)solution-name
: a unique name for this deployment (must be used withsolution-id
)solution-version
: a unique version for this deployment
The parameters (solution-*)
will resolve a custom text that is used as a description of the stack if populated.