Skip to content

Commit 2a8a14c

Browse files
Update examples/powertools-examples-idempotency/src/main/java/helloworld/App.java
Co-authored-by: Leandro Damascena <[email protected]>
1 parent 055ef15 commit 2a8a14c

File tree

1 file changed

+1
-1
lines changed
  • examples/powertools-examples-idempotency/src/main/java/helloworld

1 file changed

+1
-1
lines changed

examples/powertools-examples-idempotency/src/main/java/helloworld/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public App(DynamoDbClient client) {
7373
}
7474

7575
/**
76-
* This is our Lambda event handler. It accepts HTTP POST requests from API gateway and returns the contents of the
76+
* This is your Lambda event handler. It accepts HTTP POST requests from API gateway and returns the contents of the
7777
* given URL. Requests are made idempotent
7878
* by the idempotency library, and results are cached for the default 1h expiry time.
7979
* <p>

0 commit comments

Comments
 (0)