You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unexpected parameter error is thrown when using StreamSpecification for DynamoDB in an SLS template.
Also FN::IF is unrecognized.
Deleting the StreamSpecification key-value pair from the object resolves the issue and DDB launches successfully.
An unexpected parameter error is thrown when using StreamSpecification for DynamoDB in an SLS template.
Also FN::IF is unrecognized.
Deleting the StreamSpecification key-value pair from the object resolves the issue and DDB launches successfully.
This issue is similar to #9
The fix here can be applied in the same way for StreamSpecification which worked locally for me
https://github.com/raisenational/serverless-dynamodb/pull/10/files
Would it be possible to have this added as well?
Line 341 in index.js
Thank you!
The text was updated successfully, but these errors were encountered: