-
Notifications
You must be signed in to change notification settings - Fork 88
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
build(examples): Add example for the powertools-cloudformation module #1089
build(examples): Add example for the powertools-cloudformation module #1089
Conversation
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Show resolved
Hide resolved
...oudformation/infra/cdk/src/main/java/com/myorg/PowertoolsExamplesCloudformationCdkStack.java
Outdated
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/infra/sam/template.yaml
Outdated
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/infra/sam/template.yaml
Outdated
Show resolved
Hide resolved
...cloudformation/infra/cdk/src/main/java/com/myorg/PowertoolsExamplesCloudformationCdkApp.java
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Outdated
Show resolved
Hide resolved
...oudformation/infra/cdk/src/main/java/com/myorg/PowertoolsExamplesCloudformationCdkStack.java
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Outdated
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Outdated
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Show resolved
Hide resolved
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #1089 +/- ##
============================================
+ Coverage 78.94% 79.19% +0.24%
- Complexity 629 639 +10
============================================
Files 72 73 +1
Lines 2332 2360 +28
Branches 253 258 +5
============================================
+ Hits 1841 1869 +28
+ Misses 412 410 -2
- Partials 79 81 +2 ☔ View full report in Codecov by Sentry. |
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Show resolved
Hide resolved
...oudformation/infra/cdk/src/main/java/com/myorg/PowertoolsExamplesCloudformationCdkStack.java
Outdated
Show resolved
Hide resolved
...oudformation/infra/cdk/src/main/java/com/myorg/PowertoolsExamplesCloudformationCdkStack.java
Outdated
Show resolved
Hide resolved
...loudformation/infra/cdk/src/test/java/com/myorg/PowertoolsExamplesCloudformationCdkTest.java
Outdated
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Outdated
Show resolved
Hide resolved
examples/powertools-examples-cloudformation/src/main/java/helloworld/App.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost there...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Issue #, if available: #1081
Description of changes:
Adding a code example for the powertools-cloudformation module to demonstrate the functionality and share a more complete example of a CloudFormation custom resource
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.