Add-SAMDynamoDBEventSource

Add-SAMDynamoDBEventSource

SYNOPSIS

Adds a DynamoDB Event Source to a Serverless Application Model resource

SYNTAX

Add-SAMDynamoDBEventSource [-LogicalId] <String> -Stream <Object> -StartingPosition <String>
 [-BatchSize <Int32>] [<CommonParameters>]

DESCRIPTION

The object describing an event source with type DynamoDB.

PARAMETERS

-LogicalId

The logical ID must be alphanumeric (A-Za-z0-9) and unique within the template. Use the logical name to reference the resource in other parts of the template.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Stream

Required. ARN of the Amazon DynamoDB stream. Use either a string or an intrinsic function.

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-StartingPosition

Required. One of TRIM_HORIZON or LATEST.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-BatchSize

Maximum number of stream records to process per function invocation.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Vaporshell.Serverless.EventSource.DynamoDB

NOTES

https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#dynamodb