localstack-core 4.13.2.dev107__py3-none-any.whl → 4.13.2.dev108__py3-none-any.whl
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.
- localstack/services/lambda_/invocation/lambda_models.py +9 -1
- localstack/version.py +2 -2
- {localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/METADATA +1 -1
- {localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/RECORD +9 -9
- {localstack_core-4.13.2.dev107.data → localstack_core-4.13.2.dev108.data}/scripts/localstack-supervisor +0 -0
- {localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/WHEEL +0 -0
- {localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/entry_points.txt +0 -0
- {localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/licenses/LICENSE.txt +0 -0
- {localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/top_level.txt +0 -0
|
@@ -627,6 +627,14 @@ class CapacityProvider:
|
|
|
627
627
|
DesiredState: DesiredCapacityProviderState = DesiredCapacityProviderState.Running
|
|
628
628
|
|
|
629
629
|
|
|
630
|
+
@dataclasses.dataclass
|
|
631
|
+
class FunctionScalingState:
|
|
632
|
+
"""Tracks both applied and requested scaling configs for async updates."""
|
|
633
|
+
|
|
634
|
+
applied: FunctionScalingConfig = dataclasses.field(default_factory=dict)
|
|
635
|
+
requested: FunctionScalingConfig | None = None
|
|
636
|
+
|
|
637
|
+
|
|
630
638
|
@dataclasses.dataclass
|
|
631
639
|
class Function:
|
|
632
640
|
function_name: str
|
|
@@ -647,7 +655,7 @@ class Function:
|
|
|
647
655
|
provisioned_concurrency_configs: dict[str, ProvisionedConcurrencyConfiguration] = (
|
|
648
656
|
dataclasses.field(default_factory=dict)
|
|
649
657
|
)
|
|
650
|
-
function_scaling_configs: dict[str,
|
|
658
|
+
function_scaling_configs: dict[str, FunctionScalingState] = dataclasses.field(
|
|
651
659
|
default_factory=dict
|
|
652
660
|
)
|
|
653
661
|
|
localstack/version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '4.13.2.
|
|
32
|
-
__version_tuple__ = version_tuple = (4, 13, 2, '
|
|
31
|
+
__version__ = version = '4.13.2.dev108'
|
|
32
|
+
__version_tuple__ = version_tuple = (4, 13, 2, 'dev108')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -4,7 +4,7 @@ localstack/deprecations.py,sha256=g0E-_q3apmHlOET2Gg5_biUtN2b4XygnI5aeeaZm6ZY,15
|
|
|
4
4
|
localstack/openapi.yaml,sha256=jFUzv-NKkJttxb8HRrmKiNYOmJD-zVfPxG3DDMrRwfg,30865
|
|
5
5
|
localstack/plugins.py,sha256=BIJC9dlo0WbP7lLKkCiGtd_2q5oeqiHZohvoRTcejXM,2457
|
|
6
6
|
localstack/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
localstack/version.py,sha256=
|
|
7
|
+
localstack/version.py,sha256=5tkkyej_u7fyTZL-g4tqwXFerlXi9lTTXt4cLb3l-zU,723
|
|
8
8
|
localstack/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
localstack/aws/accounts.py,sha256=102zpGowOxo0S6UGMpfjw14QW7WCLVAGsnFK5xFMLoo,3043
|
|
10
10
|
localstack/aws/app.py,sha256=n9bJCfJRuMz_gLGAH430c3bIQXgUXeWO5NPfcdL2MV8,5145
|
|
@@ -581,7 +581,7 @@ localstack/services/lambda_/invocation/event_manager.py,sha256=75XJ7LHsfczgCCvzM
|
|
|
581
581
|
localstack/services/lambda_/invocation/execution_environment.py,sha256=XYHdg80fioX77uLeVaURsKZeoZOCVOSeW4bedzCGnBY,18403
|
|
582
582
|
localstack/services/lambda_/invocation/executor_endpoint.py,sha256=v_tsvn4HqbjtO2vhYUq7TxVzb7zNgMF2snxntjgBqrk,11018
|
|
583
583
|
localstack/services/lambda_/invocation/internal_sqs_queue.py,sha256=RFjaDcZkFmdCvjHgtAnUQcPQrjOkWSJyqB3vzDo-rq0,7321
|
|
584
|
-
localstack/services/lambda_/invocation/lambda_models.py,sha256=
|
|
584
|
+
localstack/services/lambda_/invocation/lambda_models.py,sha256=nYt9ualS2qu06jx1CV5B398_csBi0cs9eBquqHUXe3k,21296
|
|
585
585
|
localstack/services/lambda_/invocation/lambda_service.py,sha256=INgISJG5W-E67PTqZehsRcwJ-_oI7MeNqV7HInWYWKE,37044
|
|
586
586
|
localstack/services/lambda_/invocation/logs.py,sha256=TD2oSyKAizn5_KHbnav1Rh_hITKxLV8RSrHR7lYgOUM,3798
|
|
587
587
|
localstack/services/lambda_/invocation/metrics.py,sha256=IOzQguI3v8xl47FP6jMZYL3g9k-NIZEkvldAImdXljQ,1134
|
|
@@ -1311,10 +1311,10 @@ localstack/utils/server/tcp_proxy.py,sha256=y2NJAmvftTiAYsLU_8qe4W5LGqwUw21i90Pu
|
|
|
1311
1311
|
localstack/utils/xray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1312
1312
|
localstack/utils/xray/trace_header.py,sha256=ahXk9eonq7LpeENwlqUEPj3jDOCiVRixhntQuxNor-Q,6209
|
|
1313
1313
|
localstack/utils/xray/traceid.py,sha256=GKO-R2sMMjlrH2UaLPXlQlZ6flbE7ZKb6IZMtMu_M5U,1110
|
|
1314
|
-
localstack_core-4.13.2.
|
|
1315
|
-
localstack_core-4.13.2.
|
|
1316
|
-
localstack_core-4.13.2.
|
|
1317
|
-
localstack_core-4.13.2.
|
|
1318
|
-
localstack_core-4.13.2.
|
|
1319
|
-
localstack_core-4.13.2.
|
|
1320
|
-
localstack_core-4.13.2.
|
|
1314
|
+
localstack_core-4.13.2.dev108.data/scripts/localstack-supervisor,sha256=nm1Il2d6ASyOB6Vo4CRHd90w7TK9FdRl9VPp0NN6hUk,6378
|
|
1315
|
+
localstack_core-4.13.2.dev108.dist-info/licenses/LICENSE.txt,sha256=3PC-9Z69UsNARuQ980gNR_JsLx8uvMjdG6C7cc4LBYs,606
|
|
1316
|
+
localstack_core-4.13.2.dev108.dist-info/METADATA,sha256=UjiTOk6y8ELFUDweIIPVx7sF9stpNvFGkGl9tVHWhDY,5868
|
|
1317
|
+
localstack_core-4.13.2.dev108.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
1318
|
+
localstack_core-4.13.2.dev108.dist-info/entry_points.txt,sha256=59aAnn8KVHWAHkMg2dOgmgYtRZ-xTX9T4UiIchWgK6k,20975
|
|
1319
|
+
localstack_core-4.13.2.dev108.dist-info/top_level.txt,sha256=3sqmK2lGac8nCy8nwsbS5SpIY_izmtWtgaTFKHYVHbI,11
|
|
1320
|
+
localstack_core-4.13.2.dev108.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{localstack_core-4.13.2.dev107.dist-info → localstack_core-4.13.2.dev108.dist-info}/top_level.txt
RENAMED
|
File without changes
|