Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused code in MyWidgetServiceStack #239

Closed
davidmoten opened this issue Feb 4, 2020 · 7 comments
Closed

Unused code in MyWidgetServiceStack #239

davidmoten opened this issue Feb 4, 2020 · 7 comments
Labels
bug This issue is a bug. effort/large Large work item – several weeks of effort effort/medium Medium work item – a couple days of effort language/java Related to Java examples p1

Comments

@davidmoten
Copy link

Role restApiRole =
Role.Builder.create(this, "RestAPIRole")
.assumedBy(new ServicePrincipal("apigateway.amazonaws.com"))
.managedPolicies(managedPolicyArray)
.build();

The above variable restApiRole is not used anywhere. What's the story?

@davidmoten davidmoten added the bug This issue is a bug. label Feb 4, 2020
@rhboyd
Copy link
Contributor

rhboyd commented Feb 4, 2020 via email

@rhboyd
Copy link
Contributor

rhboyd commented Feb 4, 2020 via email

@rhboyd
Copy link
Contributor

rhboyd commented Feb 4, 2020 via email

@SomayaB SomayaB added the language/java Related to Java examples label Feb 4, 2020
@davidmoten
Copy link
Author

Given that this project is put forward as a official examples, are the examples tested (or just translated and thrown in)?

@NGL321 NGL321 added the p1 label May 8, 2020
@NGL321
Copy link
Contributor

NGL321 commented May 8, 2020

@davidmoten,

Thank you for the catch. This looks like it warrants a more thorough sweep of the Java examples to ensure they are of an acceptable quality.

Given that this project is put forward as a official examples, are the examples tested (or just translated and thrown in)?

These examples are tested via a CI test suite, but it seems linting is not presently run on the Java examples.

@NGL321 NGL321 added effort/large Large work item – several weeks of effort effort/medium Medium work item – a couple days of effort labels Sep 7, 2020
@NGL321 NGL321 removed their assignment Jul 19, 2021
@kaiz-io
Copy link
Contributor

kaiz-io commented Dec 27, 2024

Was fixed

@kaiz-io kaiz-io closed this as completed Dec 27, 2024
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. effort/large Large work item – several weeks of effort effort/medium Medium work item – a couple days of effort language/java Related to Java examples p1
Projects
None yet
Development

No branches or pull requests

5 participants