aws_lambda_ric 3.1.2 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws_lambda_ric/lambda_server.rb +2 -0
- data/lib/aws_lambda_ric/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e8bc181a3186101100b6f17135c0db2e9a1b46e7df20fdd83c026fde47acc2f
|
4
|
+
data.tar.gz: a16d3aaaab5fb3f0c5fcda6b3ca762cc38440f15b2ae2b0a07071d79a7bf2227
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e1ab797c6dfbde6f84de8cae8de0dc3fcdeef5912218b5a3d45467ca8d2416e0be7e56d1a9755803cd2913e6380153796b918a63ea658a50c5418946083de44
|
7
|
+
data.tar.gz: 3933a5ed56c6a6ac1e06e4fe5b3af87bef8f7d999a2054f3787f7ed0332c600ae12a9f76435b3dd14a9c52752d8c6999c59f84acacc9b896d25e8094810213a5
|
@@ -33,6 +33,8 @@ class RapidClient
|
|
33
33
|
"Received #{resp.code} when waiting for next invocation."
|
34
34
|
)
|
35
35
|
end
|
36
|
+
rescue SignalException => sig
|
37
|
+
raise LambdaErrors::InvocationError.new("Next invocation HTTP request from the runtime interface client was interrupted with a #{sig} SIGNAL, gracefully shutting down.")
|
36
38
|
rescue LambdaErrors::InvocationError => e
|
37
39
|
raise e
|
38
40
|
rescue StandardError => e
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws_lambda_ric
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AWS Lambda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|