Lambda の Python ランタイムで標準で利用可能なモジュール

Lambda の Python ランタイムで標準で利用可能なモジュールを help("modules") を使って調べてみました。

Lambda の Python ランタイムで標準で利用可能なモジュール

Lambda の Python ランタイムが Python 3.9 の場合

利用可能なモジュール
Copied!
__future__ _thread gettext s3transfer
_abc _threading_local glob sched
_aix_support _tracemalloc graphlib secrets
_ast _warnings grp select
_asyncio _weakref gzip selectors
_bisect _weakrefset hashlib setuptools
_blake2 _xxsubinterpreters heapq shelve
_bootlocale _xxtestfuzz hmac shlex
_bootsubprocess _zoneinfo html shutil
_bz2 abc http signal
_codecs aifc idlelib simplejson
_codecs_cn antigravity imaplib site
_codecs_hk argparse imghdr six
_codecs_iso2022 array imp smtpd
_codecs_jp ast importlib smtplib
_codecs_kr asynchat inspect sndhdr
_codecs_tw asyncio io socket
_collections asyncore ipaddress socketserver
_collections_abc atexit itertools spwd
_compat_pickle audioop jmespath sqlite3
_compression awslambdaric json sre_compile
_contextvars base64 keyword sre_constants
_crypt bdb lambda_function sre_parse
_csv binascii lib2to3 ssl
_ctypes binhex linecache stat
_ctypes_test bisect locale statistics
_curses bootstrap logging string
_curses_panel boto3 lzma stringprep
_datetime botocore mailbox struct
_dbm builtins mailcap subprocess
_decimal bz2 marshal sunau
_distutils_hack cProfile math symbol
_elementtree calendar mimetypes symtable
_functools cgi mmap sys
_gdbm cgitb modulefinder sysconfig
_hashlib chunk multiprocessing syslog
_heapq cmath netrc tabnanny
_imp cmd nis tarfile
_io code nntplib telnetlib
_json codecs ntpath tempfile
_locale codeop nturl2path termios
_lsprof collections numbers test
_lzma colorsys opcode textwrap
_markupbase compileall operator this
_md5 concurrent optparse threading
_multibytecodec configparser os time
_multiprocessing contextlib ossaudiodev timeit
_opcode contextvars parser tkinter
_operator copy pathlib token
_osx_support copyreg pdb tokenize
_peg_parser crypt pickle trace
_pickle csv pickletools traceback
_posixshmem ctypes pip tracemalloc
_posixsubprocess curses pipes tty
_py_abc dataclasses pkg_resources turtle
_pydecimal datetime pkgutil turtledemo
_pyio dateutil platform types
_queue dbm plistlib typing
_random decimal poplib unicodedata
_sha1 difflib posix unittest
_sha256 dis posixpath urllib
_sha3 distutils pprint urllib3
_sha512 doctest profile uu
_signal email pstats uuid
_sitebuiltins encodings pty venv
_socket ensurepip pwd warnings
_sqlite3 enum py_compile wave
_sre errno pyclbr weakref
_ssl faulthandler pydoc webbrowser
_stat fcntl pydoc_data wsgiref
_statistics filecmp pyexpat xdrlib
_string fileinput queue xml
_strptime fnmatch quopri xmlrpc
_struct formatter random xxlimited
_symtable fractions re xxsubtype
_sysconfigdata__linux_x86_64-linux-gnu ftplib readline zipapp
_testbuffer functools reprlib zipfile
_testcapi gc resource zipimport
_testimportmultiple genericpath rlcompleter zlib
_testinternalcapi getopt runpy zoneinfo
_testmultiphase getpass runtime_client

Lambda の Python ランタイムが Python 3.8 の場合

利用可能なモジュール
Copied!
__future__ _tracemalloc gzip s3transfer
_abc _warnings hashlib sched
_ast _weakref heapq secrets
_asyncio _weakrefset hmac select
_bisect _xxsubinterpreters html selectors
_blake2 _xxtestfuzz http setup
_bootlocale abc idlelib setuptools
_bz2 aifc imaplib shelve
_codecs antigravity imghdr shlex
_codecs_cn argparse imp shutil
_codecs_hk array importlib signal
_codecs_iso2022 ast index site
_codecs_jp asynchat inspect six
_codecs_kr asyncio io smtpd
_codecs_tw asyncore ipaddress smtplib
_collections atexit itertools sndhdr
_collections_abc audioop jmespath socket
_compat_pickle base64 json socketserver
_compression bdb keyword spwd
_contextvars binascii lambda_internal sqlite3
_crypt binhex lambda_runtime_client sre_compile
_csv bisect lambda_runtime_exception sre_constants
_ctypes bootstrap lambda_runtime_marshaller sre_parse
_ctypes_test boto3 lib2to3 ssl
_curses botocore linecache stat
_curses_panel builtins locale statistics
_datetime bz2 logging string
_dbm cProfile lzma stringprep
_decimal calendar mailbox struct
_distutils_hack cgi mailcap subprocess
_dummy_thread cgitb marshal sunau
_elementtree chunk math symbol
_functools cmath mimetypes symtable
_gdbm cmd mmap sys
_hashlib code modulefinder sysconfig
_heapq codecs multiprocessing syslog
_imp codeop netrc tabnanny
_io collections nis tarfile
_json colorsys nntplib telnetlib
_locale compileall ntpath tempfile
_lsprof concurrent nturl2path termios
_lzma configparser numbers test
_markupbase contextlib opcode textwrap
_md5 contextvars operator this
_multibytecodec copy optparse threading
_multiprocessing copyreg os time
_opcode crypt ossaudiodev timeit
_operator csv parser tkinter
_osx_support ctypes pathlib token
_pickle curses pdb tokenize
_posixshmem dataclasses pickle trace
_posixsubprocess datetime pickletools traceback
_py_abc dateutil pip tracemalloc
_pydecimal dbm pipes tty
_pyio decimal pkg_resources turtle
_queue difflib pkgutil turtledemo
_random dis platform types
_sha1 distutils plistlib typing
_sha256 doctest poplib unicodedata
_sha3 dummy_threading posix unittest
_sha512 email posixpath urllib
_signal encodings pprint urllib3
_sitebuiltins ensurepip profile uu
_socket enum pstats uuid
_sqlite3 errno pty venv
_sre faulthandler pwd warnings
_ssl fcntl py_compile wave
_stat filecmp pyclbr weakref
_statistics fileinput pydoc webbrowser
_string fnmatch pydoc_data wsgiref
_strptime formatter pyexpat xdrlib
_struct fractions queue xml
_symtable ftplib quopri xmlrpc
_sysconfigdata__linux_x86_64-linux-gnu functools random xxlimited
_testbuffer gc rapid_client xxsubtype
_testcapi genericpath re zipapp
_testimportmultiple getopt readline zipfile
_testinternalcapi getpass reprlib zipimport
_testmultiphase gettext resource zlib
_thread glob rlcompleter
_threading_local grp runpy

Lambda の Python ランタイムが Python 3.7 の場合

利用可能なモジュール
Copied!
__future__ _xxtestfuzz hashlib s3transfer
_abc abc heapq sched
_ast aifc hmac secrets
_asyncio antigravity html select
_bisect argparse http selectors
_blake2 array idlelib setuptools
_bootlocale ast idna shelve
_bz2 asynchat imaplib shlex
_codecs asyncio imghdr shutil
_codecs_cn asyncore imp signal
_codecs_hk atexit importlib site
_codecs_iso2022 audioop inspect six
_codecs_jp base64 io smtpd
_codecs_kr bdb ipaddress smtplib
_codecs_tw binascii itertools sndhdr
_collections binhex jmespath socket
_collections_abc bisect json socketserver
_compat_pickle bootstrap keyword spwd
_compression boto3 lambda_function sqlite3
_contextvars botocore lambda_runtime_client sre_compile
_crypt builtins lambda_runtime_exception sre_constants
_csv bz2 lambda_runtime_marshaller sre_parse
_ctypes cProfile lib2to3 ssl
_ctypes_test calendar linecache stat
_curses certifi locale statistics
_curses_panel cgi logging string
_datetime cgitb lzma stringprep
_dbm chardet macpath struct
_decimal charset_normalizer mailbox subprocess
_dummy_thread chunk mailcap sunau
_elementtree cmath marshal symbol
_functools cmd math symtable
_gdbm code mimetypes sys
_hashlib codecs mmap sysconfig
_heapq codeop modulefinder syslog
_imp collections multiprocessing tabnanny
_io colorsys netrc tarfile
_json compileall nis telnetlib
_locale concurrent nntplib tempfile
_lsprof configparser ntpath termios
_lzma contextlib nturl2path test
_markupbase contextvars numbers test_bootstrap
_md5 copy opcode test_lambda_runtime_client
_multibytecodec copyreg operator test_lambda_runtime_marshaller
_multiprocessing crypt optparse textwrap
_opcode csv os this
_operator ctypes ossaudiodev threading
_osx_support curses parser time
_pickle dataclasses pathlib timeit
_posixsubprocess datetime pdb tkinter
_py_abc dateutil pickle token
_pydecimal dbm pickletools tokenize
_pyio decimal pip trace
_queue difflib pipes traceback
_random dis pkg_resources tracemalloc
_sha1 distutils pkgutil tty
_sha256 doctest platform turtle
_sha3 dummy_threading plistlib turtledemo
_sha512 easy_install poplib types
_signal email posix typing
_sitebuiltins encodings posixpath unicodedata
_socket ensurepip pprint unittest
_sqlite3 enum profile urllib
_sre errno pstats urllib3
_ssl faulthandler pty uu
_stat fcntl pwd uuid
_string filecmp py_compile venv
_strptime fileinput pyclbr warnings
_struct fnmatch pydoc wave
_symtable formatter pydoc_data weakref
_sysconfigdata_m_linux_x86_64-linux-gnu fractions pyexpat webbrowser
_testbuffer ftplib queue wsgiref
_testcapi functools quopri xdrlib
_testimportmultiple gc random xml
_testmultiphase genericpath re xmlrpc
_thread getopt readline xxlimited
_threading_local getpass reprlib xxsubtype
_tracemalloc gettext requests zipapp
_warnings glob resource zipfile
_weakref grp rlcompleter zipimport
_weakrefset gzip runpy zlib

Lambda の Python ランタイムが Python 3.6 の場合

利用可能なモジュール
Copied!
__future__ array idna secrets
_ast ast imaplib select
_asyncio asynchat imghdr selectors
_bisect asyncio imp setuptools
_blake2 asyncore importlib shelve
_bootlocale atexit inspect shlex
_bz2 audioop io shutil
_codecs base64 ipaddress signal
_codecs_cn bdb itertools site
_codecs_hk binascii jmespath six
_codecs_iso2022 binhex json smtpd
_codecs_jp bisect keyword smtplib
_codecs_kr bootstrap lambda_function sndhdr
_codecs_tw boto3 lib2to3 socket
_collections botocore liblambdaio socketserver
_collections_abc builtins liblambdaipc spwd
_compat_pickle bz2 liblambdalog sqlite3
_compression cProfile liblambdaruntime sre_compile
_crypt calendar linecache sre_constants
_csv certifi locale sre_parse
_ctypes cgi logging ssl
_ctypes_test cgitb lzma stat
_curses chardet macpath statistics
_curses_panel chunk macurl2path string
_datetime cmath mailbox stringprep
_decimal cmd mailcap struct
_dummy_thread code marshal subprocess
_elementtree codecs math sunau
_functools codeop mimetypes symbol
_hashlib collections mmap symtable
_heapq colorsys modulefinder sys
_imp compileall multiprocessing sysconfig
_io concurrent netrc syslog
_json configparser nis tabnanny
_locale contextlib nntplib tarfile
_lsprof copy ntpath telnetlib
_lzma copyreg nturl2path tempfile
_markupbase crypt numbers termios
_md5 csv opcode test
_multibytecodec ctypes operator textwrap
_multiprocessing curses optparse this
_opcode datetime os threading
_operator dateutil ossaudiodev time
_osx_support dbm parser timeit
_pickle decimal pathlib tkinter
_posixsubprocess difflib pdb token
_pydecimal dis pickle tokenize
_pyio distutils pickletools trace
_random doctest pip traceback
_sha1 dummy_threading pipes tracemalloc
_sha256 easy_install pkg_resources tty
_sha3 email pkgutil turtle
_sha512 encodings platform turtledemo
_signal ensurepip plistlib types
_sitebuiltins enum poplib typing
_socket errno posix unicodedata
_sqlite3 faulthandler posixpath unittest
_sre fcntl pprint urllib
_ssl filecmp profile urllib3
_stat fileinput pstats uu
_string fnmatch pty uuid
_strptime formatter pwd venv
_struct fractions py_compile warnings
_symtable ftplib pyclbr wave
_sysconfigdata_m_linux_x86_64-linux-gnu functools pydoc weakref
_testbuffer gc pydoc_data webbrowser
_testcapi genericpath pyexpat wsgi
_testimportmultiple getopt queue wsgiref
_testmultiphase getpass quopri xdrlib
_thread gettext random xml
_threading_local glob re xmlrpc
_tracemalloc grp readline xxlimited
_warnings gzip reprlib xxsubtype
_weakref hashlib resource zipapp
_weakrefset heapq rlcompleter zipfile
abc hmac runpy zipimport
aifc html runtime zlib
antigravity http s3transfer
argparse idlelib sched