We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055ef15 commit 2a8a14cCopy full SHA for 2a8a14c
examples/powertools-examples-idempotency/src/main/java/helloworld/App.java
@@ -73,7 +73,7 @@ public App(DynamoDbClient client) {
73
}
74
75
/**
76
- * This is our Lambda event handler. It accepts HTTP POST requests from API gateway and returns the contents of the
+ * This is your Lambda event handler. It accepts HTTP POST requests from API gateway and returns the contents of the
77
* given URL. Requests are made idempotent
78
* by the idempotency library, and results are cached for the default 1h expiry time.
79
* <p>
0 commit comments