Inconsistent package naming in SWF hello-world tutorial
edenhochbaum opened this issue · 3 comments
edenhochbaum commented
the tutorial uses package aws.example.helloswf, but later, the templating system resolves this as example.swf.hello.
the example code directory is just structured differently than the user's directory because of the way the mvn project is initialized.
edenhochbaum commented
Why closed?
jschwarzwalder commented
I recently updated the SWF example and used code snippets to reference the code examples so that it isn't shifted anymore.
edenhochbaum commented
Thanks. Seems good to include that kind of info on the closed issue.