types-boto3-lambda 1.35.71__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.

Potentially problematic release.


This version of types-boto3-lambda might be problematic. Click here for more details.

@@ -0,0 +1,499 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-lambda
3
+ Version: 1.35.71
4
+ Summary: Type annotations for boto3 Lambda 1.35.71 service generated with mypy-boto3-builder 8.4.1
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_lambda/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: boto3 lambda type-annotations botocore mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
34
+
35
+ <a id="types-boto3-lambda"></a>
36
+
37
+ # types-boto3-lambda
38
+
39
+ [![PyPI - types-boto3-lambda](https://img.shields.io/pypi/v/types-boto3-lambda.svg?color=blue)](https://pypi.org/project/types-boto3-lambda/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-lambda.svg?color=blue)](https://pypi.org/project/types-boto3-lambda/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-lambda)](https://pypistats.org/packages/types-boto3-lambda)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for [boto3 Lambda 1.35.71](https://pypi.org/project/boto3/)
47
+ compatible with [VSCode](https://code.visualstudio.com/),
48
+ [PyCharm](https://www.jetbrains.com/pycharm/),
49
+ [Emacs](https://www.gnu.org/software/emacs/),
50
+ [Sublime Text](https://www.sublimetext.com/),
51
+ [mypy](https://github.com/python/mypy),
52
+ [pyright](https://github.com/microsoft/pyright) and other tools.
53
+
54
+ Generated by
55
+ [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
59
+ [types-boto3-lambda docs](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/).
60
+
61
+ See how it helps you find and fix potential bugs:
62
+
63
+ ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-boto3-lambda](#types-boto3-lambda)
66
+ - [How to install](#how-to-install)
67
+ - [VSCode extension](#vscode-extension)
68
+ - [From PyPI with pip](#from-pypi-with-pip)
69
+ - [How to uninstall](#how-to-uninstall)
70
+ - [Usage](#usage)
71
+ - [VSCode](#vscode)
72
+ - [PyCharm](#pycharm)
73
+ - [Emacs](#emacs)
74
+ - [Sublime Text](#sublime-text)
75
+ - [Other IDEs](#other-ides)
76
+ - [mypy](#mypy)
77
+ - [pyright](#pyright)
78
+ - [Explicit type annotations](#explicit-type-annotations)
79
+ - [Client annotations](#client-annotations)
80
+ - [Paginators annotations](#paginators-annotations)
81
+ - [Waiters annotations](#waiters-annotations)
82
+ - [Literals](#literals)
83
+ - [Type definitions](#type-definitions)
84
+ - [How it works](#how-it-works)
85
+ - [What's new](#what's-new)
86
+ - [Implemented features](#implemented-features)
87
+ - [Latest changes](#latest-changes)
88
+ - [Versioning](#versioning)
89
+ - [Thank you](#thank-you)
90
+ - [Documentation](#documentation)
91
+ - [Support and contributing](#support-and-contributing)
92
+
93
+ <a id="how-to-install"></a>
94
+
95
+ ## How to install
96
+
97
+ <a id="vscode-extension"></a>
98
+
99
+ ### VSCode extension
100
+
101
+ Add
102
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
103
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
104
+
105
+ Click `Modify` and select `boto3 common` and `Lambda`.
106
+
107
+ <a id="from-pypi-with-pip"></a>
108
+
109
+ ### From PyPI with pip
110
+
111
+ Install `types-boto3` for `Lambda` service.
112
+
113
+ ```bash
114
+ # install with boto3 type annotations
115
+ python -m pip install 'types-boto3[lambda]'
116
+
117
+
118
+ # Lite version does not provide session.client/resource overloads
119
+ # it is more RAM-friendly, but requires explicit type annotations
120
+ python -m pip install 'types-boto3-lite[lambda]'
121
+
122
+
123
+ # standalone installation
124
+ python -m pip install types-boto3-lambda
125
+ ```
126
+
127
+ <a id="how-to-uninstall"></a>
128
+
129
+ ## How to uninstall
130
+
131
+ ```bash
132
+ python -m pip uninstall -y types-boto3-lambda
133
+ ```
134
+
135
+ <a id="usage"></a>
136
+
137
+ ## Usage
138
+
139
+ <a id="vscode"></a>
140
+
141
+ ### VSCode
142
+
143
+ - Install
144
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
145
+ - Install
146
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
147
+ - Set `Pylance` as your Python Language Server
148
+ - Install `types-boto3[lambda]` in your environment:
149
+
150
+ ```bash
151
+ python -m pip install 'types-boto3[lambda]'
152
+ ```
153
+
154
+ Both type checking and code completion should now work. No explicit type
155
+ annotations required, write your `boto3` code as usual.
156
+
157
+ <a id="pycharm"></a>
158
+
159
+ ### PyCharm
160
+
161
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
162
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
163
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
164
+ > the issue is resolved.
165
+
166
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
167
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
168
+ > [pyright](https://github.com/microsoft/pyright) instead.
169
+
170
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
171
+ > `types-boto3` with
172
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
173
+
174
+ ```bash
175
+ pip uninstall types-boto3
176
+ pip install types-boto3-lite
177
+ ```
178
+
179
+ Install `types-boto3[lambda]` in your environment:
180
+
181
+ ```bash
182
+ python -m pip install 'types-boto3[lambda]'
183
+ ```
184
+
185
+ Both type checking and code completion should now work.
186
+
187
+ <a id="emacs"></a>
188
+
189
+ ### Emacs
190
+
191
+ - Install `types-boto3` with services you use in your environment:
192
+
193
+ ```bash
194
+ python -m pip install 'types-boto3[lambda]'
195
+ ```
196
+
197
+ - Install [use-package](https://github.com/jwiegley/use-package),
198
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
199
+ [company](https://github.com/company-mode/company-mode) and
200
+ [flycheck](https://github.com/flycheck/flycheck) packages
201
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
202
+
203
+ ```elisp
204
+ (use-package lsp-pyright
205
+ :ensure t
206
+ :hook (python-mode . (lambda ()
207
+ (require 'lsp-pyright)
208
+ (lsp))) ; or lsp-deferred
209
+ :init (when (executable-find "python3")
210
+ (setq lsp-pyright-python-executable-cmd "python3"))
211
+ )
212
+ ```
213
+
214
+ - Make sure emacs uses the environment where you have installed `types-boto3`
215
+
216
+ Type checking should now work. No explicit type annotations required, write
217
+ your `boto3` code as usual.
218
+
219
+ <a id="sublime-text"></a>
220
+
221
+ ### Sublime Text
222
+
223
+ - Install `types-boto3[lambda]` with services you use in your environment:
224
+
225
+ ```bash
226
+ python -m pip install 'types-boto3[lambda]'
227
+ ```
228
+
229
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
230
+
231
+ Type checking should now work. No explicit type annotations required, write
232
+ your `boto3` code as usual.
233
+
234
+ <a id="other-ides"></a>
235
+
236
+ ### Other IDEs
237
+
238
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
239
+ should work.
240
+
241
+ <a id="mypy"></a>
242
+
243
+ ### mypy
244
+
245
+ - Install `mypy`: `python -m pip install mypy`
246
+ - Install `types-boto3[lambda]` in your environment:
247
+
248
+ ```bash
249
+ python -m pip install 'types-boto3[lambda]'
250
+ ```
251
+
252
+ Type checking should now work. No explicit type annotations required, write
253
+ your `boto3` code as usual.
254
+
255
+ <a id="pyright"></a>
256
+
257
+ ### pyright
258
+
259
+ - Install `pyright`: `npm i -g pyright`
260
+ - Install `types-boto3[lambda]` in your environment:
261
+
262
+ ```bash
263
+ python -m pip install 'types-boto3[lambda]'
264
+ ```
265
+
266
+ Optionally, you can install `types-boto3` to `typings` directory.
267
+
268
+ Type checking should now work. No explicit type annotations required, write
269
+ your `boto3` code as usual.
270
+
271
+ <a id="explicit-type-annotations"></a>
272
+
273
+ ## Explicit type annotations
274
+
275
+ <a id="client-annotations"></a>
276
+
277
+ ### Client annotations
278
+
279
+ `LambdaClient` provides annotations for `boto3.client("lambda")`.
280
+
281
+ ```python
282
+ from boto3.session import Session
283
+
284
+ from types_boto3_lambda import LambdaClient
285
+
286
+ client: LambdaClient = Session().client("lambda")
287
+
288
+ # now client usage is checked by mypy and IDE should provide code completion
289
+ ```
290
+
291
+ <a id="paginators-annotations"></a>
292
+
293
+ ### Paginators annotations
294
+
295
+ `types_boto3_lambda.paginator` module contains type annotations for all
296
+ paginators.
297
+
298
+ ```python
299
+ from boto3.session import Session
300
+
301
+ from types_boto3_lambda import LambdaClient
302
+ from types_boto3_lambda.paginator import (
303
+ ListAliasesPaginator,
304
+ ListCodeSigningConfigsPaginator,
305
+ ListEventSourceMappingsPaginator,
306
+ ListFunctionEventInvokeConfigsPaginator,
307
+ ListFunctionUrlConfigsPaginator,
308
+ ListFunctionsByCodeSigningConfigPaginator,
309
+ ListFunctionsPaginator,
310
+ ListLayerVersionsPaginator,
311
+ ListLayersPaginator,
312
+ ListProvisionedConcurrencyConfigsPaginator,
313
+ ListVersionsByFunctionPaginator,
314
+ )
315
+
316
+ client: LambdaClient = Session().client("lambda")
317
+
318
+ # Explicit type annotations are optional here
319
+ # Types should be correctly discovered by mypy and IDEs
320
+ list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
321
+ list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator(
322
+ "list_code_signing_configs"
323
+ )
324
+ list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator(
325
+ "list_event_source_mappings"
326
+ )
327
+ list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPaginator = (
328
+ client.get_paginator("list_function_event_invoke_configs")
329
+ )
330
+ list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator(
331
+ "list_function_url_configs"
332
+ )
333
+ list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = (
334
+ client.get_paginator("list_functions_by_code_signing_config")
335
+ )
336
+ list_functions_paginator: ListFunctionsPaginator = client.get_paginator("list_functions")
337
+ list_layer_versions_paginator: ListLayerVersionsPaginator = client.get_paginator(
338
+ "list_layer_versions"
339
+ )
340
+ list_layers_paginator: ListLayersPaginator = client.get_paginator("list_layers")
341
+ list_provisioned_concurrency_configs_paginator: ListProvisionedConcurrencyConfigsPaginator = (
342
+ client.get_paginator("list_provisioned_concurrency_configs")
343
+ )
344
+ list_versions_by_function_paginator: ListVersionsByFunctionPaginator = client.get_paginator(
345
+ "list_versions_by_function"
346
+ )
347
+ ```
348
+
349
+ <a id="waiters-annotations"></a>
350
+
351
+ ### Waiters annotations
352
+
353
+ `types_boto3_lambda.waiter` module contains type annotations for all waiters.
354
+
355
+ ```python
356
+ from boto3.session import Session
357
+
358
+ from types_boto3_lambda import LambdaClient
359
+ from types_boto3_lambda.waiter import (
360
+ FunctionActiveV2Waiter,
361
+ FunctionActiveWaiter,
362
+ FunctionExistsWaiter,
363
+ FunctionUpdatedV2Waiter,
364
+ FunctionUpdatedWaiter,
365
+ PublishedVersionActiveWaiter,
366
+ )
367
+
368
+ client: LambdaClient = Session().client("lambda")
369
+
370
+ # Explicit type annotations are optional here
371
+ # Types should be correctly discovered by mypy and IDEs
372
+ function_active_v2_waiter: FunctionActiveV2Waiter = client.get_waiter("function_active_v2")
373
+ function_active_waiter: FunctionActiveWaiter = client.get_waiter("function_active")
374
+ function_exists_waiter: FunctionExistsWaiter = client.get_waiter("function_exists")
375
+ function_updated_v2_waiter: FunctionUpdatedV2Waiter = client.get_waiter("function_updated_v2")
376
+ function_updated_waiter: FunctionUpdatedWaiter = client.get_waiter("function_updated")
377
+ published_version_active_waiter: PublishedVersionActiveWaiter = client.get_waiter(
378
+ "published_version_active"
379
+ )
380
+ ```
381
+
382
+ <a id="literals"></a>
383
+
384
+ ### Literals
385
+
386
+ `types_boto3_lambda.literals` module contains literals extracted from shapes
387
+ that can be used in user code for type checking.
388
+
389
+ Full list of `Lambda` Literals can be found in
390
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/literals/).
391
+
392
+ ```python
393
+ from types_boto3_lambda.literals import ApplicationLogLevelType
394
+
395
+
396
+ def check_value(value: ApplicationLogLevelType) -> bool: ...
397
+ ```
398
+
399
+ <a id="type-definitions"></a>
400
+
401
+ ### Type definitions
402
+
403
+ `types_boto3_lambda.type_defs` module contains structures and shapes assembled
404
+ to typed dictionaries and unions for additional type checking.
405
+
406
+ Full list of `Lambda` TypeDefs can be found in
407
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/type_defs/).
408
+
409
+ ```python
410
+ from types_boto3_lambda.type_defs import AccountLimitTypeDef
411
+
412
+
413
+ def get_value() -> AccountLimitTypeDef:
414
+ return {...}
415
+ ```
416
+
417
+ <a id="how-it-works"></a>
418
+
419
+ ## How it works
420
+
421
+ Fully automated
422
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
423
+ generates type annotations for each service, patiently waiting for `boto3`
424
+ updates. It delivers drop-in type annotations for you and makes sure that:
425
+
426
+ - All available `boto3` services are covered.
427
+ - Each public class and method of every `boto3` service gets valid type
428
+ annotations extracted from `botocore` schemas.
429
+ - Type annotations include up-to-date documentation.
430
+ - Link to documentation is provided for every method.
431
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
432
+
433
+ <a id="what's-new"></a>
434
+
435
+ ## What's new
436
+
437
+ <a id="implemented-features"></a>
438
+
439
+ ### Implemented features
440
+
441
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
442
+ libraries
443
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
444
+ compatibility
445
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
446
+ annotations for each service
447
+ - Generated `TypeDefs` for each service
448
+ - Generated `Literals` for each service
449
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
450
+ - Auto discovery of types for `session.client` and `session.resource` calls
451
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
452
+ calls
453
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
454
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
455
+
456
+ <a id="latest-changes"></a>
457
+
458
+ ### Latest changes
459
+
460
+ Builder changelog can be found in
461
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
462
+
463
+ <a id="versioning"></a>
464
+
465
+ ## Versioning
466
+
467
+ `types-boto3-lambda` version is the same as related `boto3` version and follows
468
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
469
+
470
+ <a id="thank-you"></a>
471
+
472
+ ## Thank you
473
+
474
+ - [Allie Fitter](https://github.com/alliefitter) for
475
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
476
+ this package is based on top of his work
477
+ - [black](https://github.com/psf/black) developers for an awesome formatting
478
+ tool
479
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
480
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
481
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
482
+ for us
483
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
484
+ Python
485
+
486
+ <a id="documentation"></a>
487
+
488
+ ## Documentation
489
+
490
+ All services type annotations can be found in
491
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/)
492
+
493
+ <a id="support-and-contributing"></a>
494
+
495
+ ## Support and contributing
496
+
497
+ This package is auto-generated. Please reports any bugs or request new features
498
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
499
+ repository.
@@ -0,0 +1,20 @@
1
+ types_boto3_lambda/__init__.py,sha256=9qkqak06RDXyYHyHK8Pkm9jj5-Md1Z8Gw4eNO6eyabY,4196
2
+ types_boto3_lambda/__init__.pyi,sha256=I3D8te7B4mVMHTgZ2If_zfxdEkALBZORckY7Apr8ZMw,4195
3
+ types_boto3_lambda/__main__.py,sha256=ovH4BehPuvbPFsRMlQ_EHEova-tLYSPVBHprZNpR8nQ,946
4
+ types_boto3_lambda/client.py,sha256=qWOcJiGuRvQgfMRTmxp0s2AIQ4debf6cuvst0dLZUYg,58395
5
+ types_boto3_lambda/client.pyi,sha256=y3wG1HTM_MNCMM7WJ5bdpPEQRNuQu31RLkBvoMwlmHI,58391
6
+ types_boto3_lambda/literals.py,sha256=-1b1vuHvLwZuWv49o38bWZaDh5nYlDa_UQNa5N3ufNA,16021
7
+ types_boto3_lambda/literals.pyi,sha256=FO2jad0XzyEV8eJ-VujX6U6p2oamViEYYld8y-YkXNk,16019
8
+ types_boto3_lambda/paginator.py,sha256=_1MlCIWFxTFfW0yyW1PVDzSIjygBMMbzpuGSq4pcXlM,15003
9
+ types_boto3_lambda/paginator.pyi,sha256=9tiyfJL-k0D7maXqzeaz3L_CS71qqE-X3O12cT5wVAY,14978
10
+ types_boto3_lambda/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_lambda/type_defs.py,sha256=1awmYpuPDQ5bKR0a74M0pfCqWMCr9AlzHN9M2iZQKpQ,52384
12
+ types_boto3_lambda/type_defs.pyi,sha256=oNIrlZubdd8uT5yNEG0XsPzDM_hbXQXwRx8zwICZp8o,52187
13
+ types_boto3_lambda/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
14
+ types_boto3_lambda/waiter.py,sha256=11-Sog1qdqVI0NE5_vwTyf3U3aiy-huZxJzP6gHD1ZM,6831
15
+ types_boto3_lambda/waiter.pyi,sha256=b4CM8GxBZ3JposMTSZsczzlBM1NtbT61xGPMHHqHE64,6818
16
+ types_boto3_lambda-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ types_boto3_lambda-1.35.71.dist-info/METADATA,sha256=89hZcQXtkot_qB5hlUxHeRHY_djjeIxDV71yZPWc4fs,15996
18
+ types_boto3_lambda-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
19
+ types_boto3_lambda-1.35.71.dist-info/top_level.txt,sha256=pwH9VobNtN-UTg3UefwVcKslt7REWAhBD-9SU95M7GM,19
20
+ types_boto3_lambda-1.35.71.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ types_boto3_lambda