We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
The tool does not support all event formats, a type is required, or it will fail:
For example:
Not supported: - stream: arn:aws:dynamodb:region:XXXXXX:table/foo/stream/1901T00:00:00.000
Supported: - stream: type: dynamodb arn: arn:aws:dynamodb:region:XXXXXX:table/foo/stream/1901T00:00:00.000
It would be great to support all possible event format syntax.
But at least refactoring with type and arn is a workround.
thanks for this usefull tool!
Thierry
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
The tool does not support all event formats, a type is required, or it will fail:
For example:
Not supported:
- stream: arn:aws:dynamodb:region:XXXXXX:table/foo/stream/1901T00:00:00.000
Supported:
- stream:
type: dynamodb
arn: arn:aws:dynamodb:region:XXXXXX:table/foo/stream/1901T00:00:00.000
It would be great to support all possible event format syntax.
But at least refactoring with type and arn is a workround.
thanks for this usefull tool!
Thierry
The text was updated successfully, but these errors were encountered: