Hello, any recommendations on using Pact for serve...
# general
a
Hello, any recommendations on using Pact for server to server communications involving files. Examples SFTP file transfers, S3 pre-signed URL file downloads, SWIFT files. I see the file handling as more of functional testing and not contract based. But we have encountered some microservices moving large amounts of JSON via files experience an occasional breaking change.
m
You can definitely do it. I don’t know if we have any public examples, but if it’s about moving JSON files about you could consider the use of Message Pact for that purpose
This is a very old post that shows that with DynamoDB, but it works just as well with file transfers: https://dius-au.medium.com/contract-testing-serverless-and-asynchronous-applications-part-2-76b5576c789e
a
Thanks Matt! Very helpful
🙌 1