aws-lambda-events
aws-lambda-events copied to clipboard
Cannot deserialize CodePipelineEventDetailType objects
Rust assumes that the version field in the CodePipelineEventDetailType should be a number, when in reality (the JSON CloudWatch sends) contains a string.
Can you fix this in the go sdk so the structs we are generating from it are then correct?
@mhvelplund do you have an example payload that you've received from CloudWatch? It looks like there is a discrepancy between the implementation and documentation, and I'd like to see what customers receive. I can track this internally, but it might take longer than you sharing an example.
@mhvelplund do you have an example payload that you've received from CloudWatch? It looks like there is a discrepancy between the implementation and documentation, and I'd like to see what customers receive. I can track this internally, but it might take longer than you sharing an example.
Sorry, I moved on and didn't keep the affected part of my app. Feel free to close this if you can't reproduce it.