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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 906fdfebaa751911c9121c616e53a334a8579416ce935d7d7def4c381d7d8c98
4
- data.tar.gz: 2ba49b12769b33a6fba6f1944a71086bae72a8b5afa2e33a03d21931c6a9cd75
3
+ metadata.gz: 3e8bc181a3186101100b6f17135c0db2e9a1b46e7df20fdd83c026fde47acc2f
4
+ data.tar.gz: a16d3aaaab5fb3f0c5fcda6b3ca762cc38440f15b2ae2b0a07071d79a7bf2227
5
5
  SHA512:
6
- metadata.gz: 6f22983819bfd1deb82cd1a2b4cc7b22df2614b5b83af4ae9b6bbe0e632eb177cc58096e64b1b0fceb5e87ffc2a4f11e8d68c49cf33554eaca203c284f66726b
7
- data.tar.gz: 4950a48f6815289307dcbf98c3fd6dbbc3f51f25e20e5917e5b80d0e018d100bd6c14af1a098ae8910263bcd3989ac4c03d50dab752ddf56d38b8b942abd2695
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AwsLambdaRIC
4
- VERSION = '3.1.2'
4
+ VERSION = '3.1.3'
5
5
  end
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.2
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-06-06 00:00:00.000000000 Z
11
+ date: 2025-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler