A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cfn-modules/lambda-event-source-dynamodb-stream below:

GitHub - cfn-modules/lambda-event-source-dynamodb-stream

DynamoDB stream event source for AWS Lambda function.

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  EventSource:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        LambdaModule: !GetAtt 'Function.Outputs.StackName' # required
        TableModule: !GetAtt 'Table.Outputs.StackName' # required
        BatchSize: '10' # optional
        StartingPosition: LATEST # optional
      TemplateURL: './node_modules/@cfn-modules/lambda-event-source-dynamodb-stream/module.yml'

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4