Skip to content

Instantly share code, notes, and snippets.

@merictaze
Created July 2, 2018 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merictaze/aea2be7119a77d3fcecd25872fbdf0ae to your computer and use it in GitHub Desktop.
Save merictaze/aea2be7119a77d3fcecd25872fbdf0ae to your computer and use it in GitHub Desktop.
TableStreamLambdaMapping:
Type: 'AWS::Lambda::EventSourceMapping'
Properties:
BatchSize: 2
EventSourceArn: !GetAtt OrderTable.StreamArn
FunctionName: !GetAtt EsIndexerFunction.Arn
StartingPosition: 'LATEST'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment