Skip to content

Commit acd38df

Browse files
aws-amplify-opspalpatim
authored andcommitted
[aws-android-sdk-lambda] Update models to latest (#927)
1 parent 3633585 commit acd38df

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ public interface AWSLambda {
112112
* queue</a>.
113113
* </p>
114114
* <p>
115+
* When an error occurs, your function may be invoked multiple times. Retry
116+
* behavior varies by error type, client, event source, and invocation type.
117+
* For example, if you invoke a function asynchronously and it returns an
118+
* error, Lambda executes the function up to two more times. For more
119+
* information, see <a href=
120+
* "https://docs.aws.amazon.com/lambda/latest/dg/retries-on-errors.html"
121+
* >Retry Behavior</a>.
122+
* </p>
123+
* <p>
115124
* The status code in the API response doesn't reflect function errors.
116125
* Error codes are reserved for errors that prevent your function from
117126
* executing, such as permissions errors, <a

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambdaClient.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,15 @@ private static ClientConfiguration adjustClientConfiguration(ClientConfiguration
323323
* queue</a>.
324324
* </p>
325325
* <p>
326+
* When an error occurs, your function may be invoked multiple times. Retry
327+
* behavior varies by error type, client, event source, and invocation type.
328+
* For example, if you invoke a function asynchronously and it returns an
329+
* error, Lambda executes the function up to two more times. For more
330+
* information, see <a href=
331+
* "https://docs.aws.amazon.com/lambda/latest/dg/retries-on-errors.html"
332+
* >Retry Behavior</a>.
333+
* </p>
334+
* <p>
326335
* The status code in the API response doesn't reflect function errors.
327336
* Error codes are reserved for errors that prevent your function from
328337
* executing, such as permissions errors, <a

aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/model/InvokeRequest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
* letter queue</a>.
3838
* </p>
3939
* <p>
40+
* When an error occurs, your function may be invoked multiple times. Retry
41+
* behavior varies by error type, client, event source, and invocation type. For
42+
* example, if you invoke a function asynchronously and it returns an error,
43+
* Lambda executes the function up to two more times. For more information, see
44+
* <a
45+
* href="https://docs.aws.amazon.com/lambda/latest/dg/retries-on-errors.html">
46+
* Retry Behavior</a>.
47+
* </p>
48+
* <p>
4049
* The status code in the API response doesn't reflect function errors. Error
4150
* codes are reserved for errors that prevent your function from executing, such
4251
* as permissions errors, <a

0 commit comments

Comments
 (0)