I am trying to get started with Amazon AWS Elastic Beanstalk and as I learn more about it, it seems like I will not be able to test my webapp locally. I understand I can build a war file and run it in a local Tomcat, but it looks like once I need a datastore (I want to use dynamodb) I will have to connect to aws. Ideally I would be able to run a test instance locally (not having to connect to aws to test). Is that a reasonable thing to do or am I going about this wrong?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

So I finally got around to sending a message to Amazon about this. Someone got back to me quickly, telling me that I must be connected to AWS services to do this sort of development work.

link|improve this answer
Have you thought about potentially using some kind of mocking to achieve this? I was just considering the same question myself. – Jim Feb 22 at 10:01
That certainly could work. I don't know enough about AWS to know what that would entail though. Ideally the app/datastore configuration would be the same or at least similar for local development and on Amazon's servers, but I don't know how that would be accomplished. Once I found that local dev wasn't supported, I decided to go with App Engine instead. Do you have any ideas of how such a setup would be done though? – user605331 Feb 22 at 15:18
Amazon's AWS website claims it is easy to run locally, but then omit any details on how to set this up. I can't find any details on the web and after 2 days of poking around I still can't figure it out. If you have figured out how to do it, please share! :) – Alex Worden Apr 1 at 7:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.