Skip to content

Reference external dynamodb stream in SAM Template #2932

Closed Answered by aahung
ash1425 asked this question in Questions
Discussion options

You must be logged in to vote

Does hardcoding the stream ARN work for you? (snippet from our doc)

Events:
  DDBEvent:
    Type: DynamoDB
    Properties:
      Stream: arn:aws:dynamodb:us-east-1:123456789012:table/TestTable/stream/2016-08-11T21:21:33.291
      StartingPosition: TRIM_HORIZON
      BatchSize: 10
      Enabled: false

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hoffa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants