serverless-plugins
serverless-plugins copied to clipboard
serverless-offline-dynamodb-streams: using with Dynalite?
I've used serverless-offline-dynamodb-streams with both DynamoDB Local and LocalStack, however I cannot get it to work with Dynalite following the exact instructions from the readme.
This is the error I get:
MissingRequiredParameter: Missing required key 'StreamArn' in params
It seems like streams aren't even supported by Dynalite?