I have a Microservice written in python flask and I will be hosting it soon.
I want to send one file (example.txt) to My Microservice as a part of Bamboo Task.
The microservice will use this file and extract some useful information.
The bamboo is connected with Bitbucket.
Questions:
- How do I achieve this in Bamboo?
- Are there any changes required at my Micreservice.
I newbie in all these technologies. Any help is appreciated.