Class: DynamoDB

DynamoDB

new DynamoDB()

Provides a simple interface for working with DynamoDB Stream events.
Source:
Tutorials:

Extends

Members

cb :function

The response object allowing any extending class to respond to Cloudformation.
Type:
  • function
Inherited From:
Source:

context :Object

The raw context object received by Lambda
Type:
  • Object
Inherited From:
Source:

event :Object

The raw event received by Lambda
Type:
  • Object
Inherited From:
Source:

Methods

perform()

Executes the Lambda function, iterating over all the records that have been received with #each. This method expects to receive an array of promises from each call to #each. If all promises are resolved, the function will return successfully. Therefore, ensure that any operations performed inside #each are idempotent.
Source: