awsdocs/aws-java-developer-guide

Inconsistent package naming in SWF hello-world tutorial

edenhochbaum opened this issue · 3 comments

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.

Why closed?

I recently updated the SWF example and used code snippets to reference the code examples so that it isn't shifted anymore.

Thanks. Seems good to include that kind of info on the closed issue.