Wiremock on AWS Elastic Beanstalk
Posted onYou need a Wiremock and you need it fast! You have no time to setup a server to run it on! Behold.. Wiremock on Elastic Beanstalk Download the wiremock standalone jar: http://wiremock.org/docs/running-standalone/ and put it in a separate folder Run it locally on port 5000: java -jar wiremock-standalone-2.25.0.jar –port 5000 Why 5000? It’s […]