Show / Hide Table of Contents

LambdaSharp::Registration::Module

The LambdaSharp::Registration::Module type creates a new or updates an existing module registration. The registration is used to combine the logs from the module functions into a single module report.

Using

NOTE: the LambdaSharp CLI automatically adds the required Using statement to all modules.

Using:

  - Module: LambdaSharp.Core:0.5

Syntax

Type: LambdaSharp::Registration::Module
Properties:
  ModuleId: String
  ModuleInfo: String

Properties

ModuleId

The ModuleId property specifies the module CloudFormation stack name.

Required: Yes

Type: String

ModuleInfo
The ModuleInfo property specifies the module full name, version, and origin.

Required: Yes

Type: String

Attributes

Registration

The Registration attribute contains the module registration ID.

Type: String

In This Article
Back to top Generated by DocFX