types-boto3-lambda 1.35.93__tar.gz

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.
Files changed (26) hide show
  1. types_boto3_lambda-1.35.93/LICENSE +21 -0
  2. types_boto3_lambda-1.35.93/PKG-INFO +539 -0
  3. types_boto3_lambda-1.35.93/README.md +505 -0
  4. types_boto3_lambda-1.35.93/setup.cfg +4 -0
  5. types_boto3_lambda-1.35.93/setup.py +54 -0
  6. types_boto3_lambda-1.35.93/types_boto3_lambda/__init__.py +102 -0
  7. types_boto3_lambda-1.35.93/types_boto3_lambda/__init__.pyi +101 -0
  8. types_boto3_lambda-1.35.93/types_boto3_lambda/__main__.py +43 -0
  9. types_boto3_lambda-1.35.93/types_boto3_lambda/client.py +1176 -0
  10. types_boto3_lambda-1.35.93/types_boto3_lambda/client.pyi +1173 -0
  11. types_boto3_lambda-1.35.93/types_boto3_lambda/literals.py +696 -0
  12. types_boto3_lambda-1.35.93/types_boto3_lambda/literals.pyi +694 -0
  13. types_boto3_lambda-1.35.93/types_boto3_lambda/paginator.py +332 -0
  14. types_boto3_lambda-1.35.93/types_boto3_lambda/paginator.pyi +298 -0
  15. types_boto3_lambda-1.35.93/types_boto3_lambda/py.typed +0 -0
  16. types_boto3_lambda-1.35.93/types_boto3_lambda/type_defs.py +1640 -0
  17. types_boto3_lambda-1.35.93/types_boto3_lambda/type_defs.pyi +1447 -0
  18. types_boto3_lambda-1.35.93/types_boto3_lambda/version.py +7 -0
  19. types_boto3_lambda-1.35.93/types_boto3_lambda/waiter.py +146 -0
  20. types_boto3_lambda-1.35.93/types_boto3_lambda/waiter.pyi +133 -0
  21. types_boto3_lambda-1.35.93/types_boto3_lambda.egg-info/PKG-INFO +539 -0
  22. types_boto3_lambda-1.35.93/types_boto3_lambda.egg-info/SOURCES.txt +24 -0
  23. types_boto3_lambda-1.35.93/types_boto3_lambda.egg-info/dependency_links.txt +1 -0
  24. types_boto3_lambda-1.35.93/types_boto3_lambda.egg-info/not-zip-safe +1 -0
  25. types_boto3_lambda-1.35.93/types_boto3_lambda.egg-info/requires.txt +3 -0
  26. types_boto3_lambda-1.35.93/types_boto3_lambda.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,539 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-lambda
3
+ Version: 1.35.93
4
+ Summary: Type annotations for boto3 Lambda 1.35.93 service generated with mypy-boto3-builder 8.8.0
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 boto3-stubs type-annotations 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; 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.93](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 with
55
+ [mypy-boto3-builder 8.8.0](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
+ ![types-boto3 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
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
68
+ - [VSCode extension](#vscode-extension)
69
+ - [From PyPI with pip](#from-pypi-with-pip)
70
+ - [How to uninstall](#how-to-uninstall)
71
+ - [Usage](#usage)
72
+ - [VSCode](#vscode)
73
+ - [PyCharm](#pycharm)
74
+ - [Emacs](#emacs)
75
+ - [Sublime Text](#sublime-text)
76
+ - [Other IDEs](#other-ides)
77
+ - [mypy](#mypy)
78
+ - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
80
+ - [Explicit type annotations](#explicit-type-annotations)
81
+ - [Client annotations](#client-annotations)
82
+ - [Paginators annotations](#paginators-annotations)
83
+ - [Waiters annotations](#waiters-annotations)
84
+ - [Literals](#literals)
85
+ - [Type definitions](#type-definitions)
86
+ - [How it works](#how-it-works)
87
+ - [What's new](#what's-new)
88
+ - [Implemented features](#implemented-features)
89
+ - [Latest changes](#latest-changes)
90
+ - [Versioning](#versioning)
91
+ - [Thank you](#thank-you)
92
+ - [Documentation](#documentation)
93
+ - [Support and contributing](#support-and-contributing)
94
+
95
+ <a id="how-to-install"></a>
96
+
97
+ ## How to install
98
+
99
+ <a id="generate-locally-(recommended)"></a>
100
+
101
+ ### Generate locally (recommended)
102
+
103
+ You can generate type annotations for `boto3` package locally with
104
+ `mypy_boto3_builder`. Use
105
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
106
+ isolation.
107
+
108
+ 1. Run mypy-boto3-builder in your package root directory:
109
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
110
+ 2. Select `boto3` AWS SDK.
111
+ 3. Add `Lambda` service.
112
+ 4. Use provided commands to install generated packages.
113
+
114
+ <a id="vscode-extension"></a>
115
+
116
+ ### VSCode extension
117
+
118
+ Add
119
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
120
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
121
+
122
+ Click `Modify` and select `boto3 common` and `Lambda`.
123
+
124
+ <a id="from-pypi-with-pip"></a>
125
+
126
+ ### From PyPI with pip
127
+
128
+ Install `types-boto3` for `Lambda` service.
129
+
130
+ ```bash
131
+ # install with boto3 type annotations
132
+ python -m pip install 'types-boto3[lambda]'
133
+
134
+ # Lite version does not provide session.client/resource overloads
135
+ # it is more RAM-friendly, but requires explicit type annotations
136
+ python -m pip install 'types-boto3-lite[lambda]'
137
+
138
+ # standalone installation
139
+ python -m pip install types-boto3-lambda
140
+ ```
141
+
142
+ <a id="how-to-uninstall"></a>
143
+
144
+ ## How to uninstall
145
+
146
+ ```bash
147
+ python -m pip uninstall -y types-boto3-lambda
148
+ ```
149
+
150
+ <a id="usage"></a>
151
+
152
+ ## Usage
153
+
154
+ <a id="vscode"></a>
155
+
156
+ ### VSCode
157
+
158
+ - Install
159
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
160
+ - Install
161
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
162
+ - Set `Pylance` as your Python Language Server
163
+ - Install `types-boto3[lambda]` in your environment:
164
+
165
+ ```bash
166
+ python -m pip install 'types-boto3[lambda]'
167
+ ```
168
+
169
+ Both type checking and code completion should now work. No explicit type
170
+ annotations required, write your `boto3` code as usual.
171
+
172
+ <a id="pycharm"></a>
173
+
174
+ ### PyCharm
175
+
176
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
177
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
178
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
179
+ > the issue is resolved.
180
+
181
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
182
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
183
+ > [pyright](https://github.com/microsoft/pyright) instead.
184
+
185
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
186
+ > `types-boto3` with
187
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
188
+
189
+ ```bash
190
+ pip uninstall types-boto3
191
+ pip install types-boto3-lite
192
+ ```
193
+
194
+ Install `types-boto3[lambda]` in your environment:
195
+
196
+ ```bash
197
+ python -m pip install 'types-boto3[lambda]'
198
+ ```
199
+
200
+ Both type checking and code completion should now work.
201
+
202
+ <a id="emacs"></a>
203
+
204
+ ### Emacs
205
+
206
+ - Install `types-boto3` with services you use in your environment:
207
+
208
+ ```bash
209
+ python -m pip install 'types-boto3[lambda]'
210
+ ```
211
+
212
+ - Install [use-package](https://github.com/jwiegley/use-package),
213
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
214
+ [company](https://github.com/company-mode/company-mode) and
215
+ [flycheck](https://github.com/flycheck/flycheck) packages
216
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
217
+
218
+ ```elisp
219
+ (use-package lsp-pyright
220
+ :ensure t
221
+ :hook (python-mode . (lambda ()
222
+ (require 'lsp-pyright)
223
+ (lsp))) ; or lsp-deferred
224
+ :init (when (executable-find "python3")
225
+ (setq lsp-pyright-python-executable-cmd "python3"))
226
+ )
227
+ ```
228
+
229
+ - Make sure emacs uses the environment where you have installed `types-boto3`
230
+
231
+ Type checking should now work. No explicit type annotations required, write
232
+ your `boto3` code as usual.
233
+
234
+ <a id="sublime-text"></a>
235
+
236
+ ### Sublime Text
237
+
238
+ - Install `types-boto3[lambda]` with services you use in your environment:
239
+
240
+ ```bash
241
+ python -m pip install 'types-boto3[lambda]'
242
+ ```
243
+
244
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
245
+
246
+ Type checking should now work. No explicit type annotations required, write
247
+ your `boto3` code as usual.
248
+
249
+ <a id="other-ides"></a>
250
+
251
+ ### Other IDEs
252
+
253
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
254
+ should work.
255
+
256
+ <a id="mypy"></a>
257
+
258
+ ### mypy
259
+
260
+ - Install `mypy`: `python -m pip install mypy`
261
+ - Install `types-boto3[lambda]` in your environment:
262
+
263
+ ```bash
264
+ python -m pip install 'types-boto3[lambda]'
265
+ ```
266
+
267
+ Type checking should now work. No explicit type annotations required, write
268
+ your `boto3` code as usual.
269
+
270
+ <a id="pyright"></a>
271
+
272
+ ### pyright
273
+
274
+ - Install `pyright`: `npm i -g pyright`
275
+ - Install `types-boto3[lambda]` in your environment:
276
+
277
+ ```bash
278
+ python -m pip install 'types-boto3[lambda]'
279
+ ```
280
+
281
+ Optionally, you can install `types-boto3` to `typings` directory.
282
+
283
+ Type checking should now work. No explicit type annotations required, write
284
+ your `boto3` code as usual.
285
+
286
+ <a id="pylint-compatibility"></a>
287
+
288
+ ### Pylint compatibility
289
+
290
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
291
+ `types-boto3-lambda` dependency in production. However, there is an issue in
292
+ `pylint` that it complains about undefined variables. To fix it, set all types
293
+ to `object` in non-`TYPE_CHECKING` mode.
294
+
295
+ ```python
296
+ from typing import TYPE_CHECKING
297
+
298
+ if TYPE_CHECKING:
299
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
300
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
301
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
302
+ else:
303
+ EC2Client = object
304
+ EC2ServiceResource = object
305
+ BundleTaskCompleteWaiter = object
306
+ DescribeVolumesPaginator = object
307
+
308
+ ...
309
+ ```
310
+
311
+ <a id="explicit-type-annotations"></a>
312
+
313
+ ## Explicit type annotations
314
+
315
+ <a id="client-annotations"></a>
316
+
317
+ ### Client annotations
318
+
319
+ `LambdaClient` provides annotations for `boto3.client("lambda")`.
320
+
321
+ ```python
322
+ from boto3.session import Session
323
+
324
+ from types_boto3_lambda import LambdaClient
325
+
326
+ client: LambdaClient = Session().client("lambda")
327
+
328
+ # now client usage is checked by mypy and IDE should provide code completion
329
+ ```
330
+
331
+ <a id="paginators-annotations"></a>
332
+
333
+ ### Paginators annotations
334
+
335
+ `types_boto3_lambda.paginator` module contains type annotations for all
336
+ paginators.
337
+
338
+ ```python
339
+ from boto3.session import Session
340
+
341
+ from types_boto3_lambda import LambdaClient
342
+ from types_boto3_lambda.paginator import (
343
+ ListAliasesPaginator,
344
+ ListCodeSigningConfigsPaginator,
345
+ ListEventSourceMappingsPaginator,
346
+ ListFunctionEventInvokeConfigsPaginator,
347
+ ListFunctionUrlConfigsPaginator,
348
+ ListFunctionsByCodeSigningConfigPaginator,
349
+ ListFunctionsPaginator,
350
+ ListLayerVersionsPaginator,
351
+ ListLayersPaginator,
352
+ ListProvisionedConcurrencyConfigsPaginator,
353
+ ListVersionsByFunctionPaginator,
354
+ )
355
+
356
+ client: LambdaClient = Session().client("lambda")
357
+
358
+ # Explicit type annotations are optional here
359
+ # Types should be correctly discovered by mypy and IDEs
360
+ list_aliases_paginator: ListAliasesPaginator = client.get_paginator("list_aliases")
361
+ list_code_signing_configs_paginator: ListCodeSigningConfigsPaginator = client.get_paginator(
362
+ "list_code_signing_configs"
363
+ )
364
+ list_event_source_mappings_paginator: ListEventSourceMappingsPaginator = client.get_paginator(
365
+ "list_event_source_mappings"
366
+ )
367
+ list_function_event_invoke_configs_paginator: ListFunctionEventInvokeConfigsPaginator = (
368
+ client.get_paginator("list_function_event_invoke_configs")
369
+ )
370
+ list_function_url_configs_paginator: ListFunctionUrlConfigsPaginator = client.get_paginator(
371
+ "list_function_url_configs"
372
+ )
373
+ list_functions_by_code_signing_config_paginator: ListFunctionsByCodeSigningConfigPaginator = (
374
+ client.get_paginator("list_functions_by_code_signing_config")
375
+ )
376
+ list_functions_paginator: ListFunctionsPaginator = client.get_paginator("list_functions")
377
+ list_layer_versions_paginator: ListLayerVersionsPaginator = client.get_paginator(
378
+ "list_layer_versions"
379
+ )
380
+ list_layers_paginator: ListLayersPaginator = client.get_paginator("list_layers")
381
+ list_provisioned_concurrency_configs_paginator: ListProvisionedConcurrencyConfigsPaginator = (
382
+ client.get_paginator("list_provisioned_concurrency_configs")
383
+ )
384
+ list_versions_by_function_paginator: ListVersionsByFunctionPaginator = client.get_paginator(
385
+ "list_versions_by_function"
386
+ )
387
+ ```
388
+
389
+ <a id="waiters-annotations"></a>
390
+
391
+ ### Waiters annotations
392
+
393
+ `types_boto3_lambda.waiter` module contains type annotations for all waiters.
394
+
395
+ ```python
396
+ from boto3.session import Session
397
+
398
+ from types_boto3_lambda import LambdaClient
399
+ from types_boto3_lambda.waiter import (
400
+ FunctionActiveV2Waiter,
401
+ FunctionActiveWaiter,
402
+ FunctionExistsWaiter,
403
+ FunctionUpdatedV2Waiter,
404
+ FunctionUpdatedWaiter,
405
+ PublishedVersionActiveWaiter,
406
+ )
407
+
408
+ client: LambdaClient = Session().client("lambda")
409
+
410
+ # Explicit type annotations are optional here
411
+ # Types should be correctly discovered by mypy and IDEs
412
+ function_active_v2_waiter: FunctionActiveV2Waiter = client.get_waiter("function_active_v2")
413
+ function_active_waiter: FunctionActiveWaiter = client.get_waiter("function_active")
414
+ function_exists_waiter: FunctionExistsWaiter = client.get_waiter("function_exists")
415
+ function_updated_v2_waiter: FunctionUpdatedV2Waiter = client.get_waiter("function_updated_v2")
416
+ function_updated_waiter: FunctionUpdatedWaiter = client.get_waiter("function_updated")
417
+ published_version_active_waiter: PublishedVersionActiveWaiter = client.get_waiter(
418
+ "published_version_active"
419
+ )
420
+ ```
421
+
422
+ <a id="literals"></a>
423
+
424
+ ### Literals
425
+
426
+ `types_boto3_lambda.literals` module contains literals extracted from shapes
427
+ that can be used in user code for type checking.
428
+
429
+ Full list of `Lambda` Literals can be found in
430
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/literals/).
431
+
432
+ ```python
433
+ from types_boto3_lambda.literals import ApplicationLogLevelType
434
+
435
+
436
+ def check_value(value: ApplicationLogLevelType) -> bool: ...
437
+ ```
438
+
439
+ <a id="type-definitions"></a>
440
+
441
+ ### Type definitions
442
+
443
+ `types_boto3_lambda.type_defs` module contains structures and shapes assembled
444
+ to typed dictionaries and unions for additional type checking.
445
+
446
+ Full list of `Lambda` TypeDefs can be found in
447
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/type_defs/).
448
+
449
+ ```python
450
+ from types_boto3_lambda.type_defs import AccountLimitTypeDef
451
+
452
+
453
+ def get_value() -> AccountLimitTypeDef:
454
+ return {...}
455
+ ```
456
+
457
+ <a id="how-it-works"></a>
458
+
459
+ ## How it works
460
+
461
+ Fully automated
462
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
463
+ generates type annotations for each service, patiently waiting for `boto3`
464
+ updates. It delivers drop-in type annotations for you and makes sure that:
465
+
466
+ - All available `boto3` services are covered.
467
+ - Each public class and method of every `boto3` service gets valid type
468
+ annotations extracted from `botocore` schemas.
469
+ - Type annotations include up-to-date documentation.
470
+ - Link to documentation is provided for every method.
471
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
472
+
473
+ <a id="what's-new"></a>
474
+
475
+ ## What's new
476
+
477
+ <a id="implemented-features"></a>
478
+
479
+ ### Implemented features
480
+
481
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
482
+ libraries
483
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
484
+ compatibility
485
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
486
+ annotations for each service
487
+ - Generated `TypeDefs` for each service
488
+ - Generated `Literals` for each service
489
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
490
+ - Auto discovery of types for `session.client` and `session.resource` calls
491
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
492
+ calls
493
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
494
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
495
+
496
+ <a id="latest-changes"></a>
497
+
498
+ ### Latest changes
499
+
500
+ Builder changelog can be found in
501
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
502
+
503
+ <a id="versioning"></a>
504
+
505
+ ## Versioning
506
+
507
+ `types-boto3-lambda` version is the same as related `boto3` version and follows
508
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
509
+
510
+ <a id="thank-you"></a>
511
+
512
+ ## Thank you
513
+
514
+ - [Allie Fitter](https://github.com/alliefitter) for
515
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
516
+ this package is based on top of his work
517
+ - [black](https://github.com/psf/black) developers for an awesome formatting
518
+ tool
519
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
520
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
521
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
522
+ for us
523
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
524
+ Python
525
+
526
+ <a id="documentation"></a>
527
+
528
+ ## Documentation
529
+
530
+ All services type annotations can be found in
531
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/)
532
+
533
+ <a id="support-and-contributing"></a>
534
+
535
+ ## Support and contributing
536
+
537
+ This package is auto-generated. Please reports any bugs or request new features
538
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
539
+ repository.