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
StartingPosition is required for certain source types (Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams):
Deploying without specifying StartingPosition results in an error like:
validation error detected: Value null at 'startingPosition' failed to satisfy constraint: Member must not be null. (Service: Lambda, Status Code: 400, Request ID: 7dfa2c0c-8ea6-4d87-a8ef-e9e3d6a50e23, Extended Request ID: null)
It would be helpful to get a better error earlier, from cfn-lint.
The text was updated successfully, but these errors were encountered:
StartingPosition
is required for certain source types (Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams):Deploying without specifying StartingPosition results in an error like:
It would be helpful to get a better error earlier, from cfn-lint.
The text was updated successfully, but these errors were encountered: