elasticgraph-admin_lambda 0.18.0.0 → 0.18.0.1

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: a40c1208a1b9e894eaefc37344ff1a8429c7d38dc1d86335be6055db39da7af6
4
- data.tar.gz: 0e924afdba8f88769154abeb71a776d96c627ac79330f454de1a4400f4365549
3
+ metadata.gz: 0bddcd743d48ebc11b5f7efa094c3733b0d4f469df50eef38ba4bbdb4dc43a8d
4
+ data.tar.gz: 3e17a0e264deb40747dd59345af18d7846ddfc39f1d151e3cc7c5e078553e983
5
5
  SHA512:
6
- metadata.gz: 7cbfd53f970d50204c9799b57104a7e829f5ddf1a8d0b95c0c0cb6aaab64e0246218f67b2c703c9120b40fb9bc4a30e75866a8ae603943201195bf11694d8a9c
7
- data.tar.gz: 23364305e45f7fdfd2b17258b9fbb27e254a94b701078ca967c817308c03f3dce5431312574f351fb4284c2221e8c90b6c7bdcf6089354b97134fef5a68a456a
6
+ metadata.gz: d01141177f0e13259451ec45a2c4fba8e76420759801acf3ce577e7e202085c517643a9aa591f9488402934d22b04c98fde39aa92d5f149a4162dd70ddfd0d38
7
+ data.tar.gz: 2e4092e91a51f7c92958d1849c68587e32e761ef112ae18f1b1382a06345ba38918e53855e61008668d243cf2dbe9894c50d18646da79e96bf4b79616b6aead0
@@ -10,6 +10,7 @@ require "elastic_graph/lambda_support/lambda_function"
10
10
 
11
11
  module ElasticGraph
12
12
  module AdminLambda
13
+ # @private
13
14
  class LambdaFunction
14
15
  prepend LambdaSupport::LambdaFunction
15
16
 
@@ -31,5 +32,5 @@ module ElasticGraph
31
32
  end
32
33
  end
33
34
 
34
- # This is the constant used by the AWS Lambda function.
35
+ # Lambda handler for `elasticgraph-admin_lambda`.
35
36
  HandleAdminRequest = ElasticGraph::AdminLambda::LambdaFunction.new
@@ -11,6 +11,7 @@ require "tempfile"
11
11
 
12
12
  module ElasticGraph
13
13
  module AdminLambda
14
+ # @private
14
15
  class RakeAdapter
15
16
  RAKEFILE = File.expand_path("../Rakefile", __FILE__)
16
17
 
@@ -10,6 +10,7 @@ require "elastic_graph/admin"
10
10
  require "elastic_graph/lambda_support"
11
11
 
12
12
  module ElasticGraph
13
+ # @private
13
14
  module AdminLambda
14
15
  # Builds an `ElasticGraph::Admin` instance from our lambda ENV vars.
15
16
  def self.admin_from_env
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticgraph-admin_lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0.0
4
+ version: 0.18.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myron Marston
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-27 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-factory_bot
@@ -210,28 +210,28 @@ dependencies:
210
210
  requirements:
211
211
  - - '='
212
212
  - !ruby/object:Gem::Version
213
- version: 0.18.0.0
213
+ version: 0.18.0.1
214
214
  type: :runtime
215
215
  prerelease: false
216
216
  version_requirements: !ruby/object:Gem::Requirement
217
217
  requirements:
218
218
  - - '='
219
219
  - !ruby/object:Gem::Version
220
- version: 0.18.0.0
220
+ version: 0.18.0.1
221
221
  - !ruby/object:Gem::Dependency
222
222
  name: elasticgraph-lambda_support
223
223
  requirement: !ruby/object:Gem::Requirement
224
224
  requirements:
225
225
  - - '='
226
226
  - !ruby/object:Gem::Version
227
- version: 0.18.0.0
227
+ version: 0.18.0.1
228
228
  type: :runtime
229
229
  prerelease: false
230
230
  version_requirements: !ruby/object:Gem::Requirement
231
231
  requirements:
232
232
  - - '='
233
233
  - !ruby/object:Gem::Version
234
- version: 0.18.0.0
234
+ version: 0.18.0.1
235
235
  - !ruby/object:Gem::Dependency
236
236
  name: httpx
237
237
  requirement: !ruby/object:Gem::Requirement