serverless-plugin-offline-dynamodb-stream
serverless-plugin-offline-dynamodb-stream copied to clipboard
parse streams from function config
thanks for building this!
instead of having a separate config object in custom, why not just parse the streams from the per-function event configuration (like this one)?
Hi @mvayngrib
Our initial attempt was like what you have suggested, however, we encounter a problem in relate the function with a local DynamoDb table by provided Arn / cloud formation fn. If you have any idea, please advise. Cheers.