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