> For the complete documentation index, see [llms.txt](https://docs-beta.flex83.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-beta.flex83.com/table-of-contents/code/docker-images.md).

# Lambda Runtime

**Lambda Runtime** provides the facility to add/create docker runtime images. These runtimes then can be used as runtime for **Lambda** Functions. User can create as many docker images according to different use cases for different languages and different dependency versions.

Let us create a docker runtime image for pymongo with Python3.

To create a Lambda Runtime, go to **Code > Lambda Runtime** and click on **Add New** button. Enter the basic details - Name, Tag Name, Description, Select Interpreter (Python 3 in our case) and add the pymongo dependency in Dependencies tagged input field.

![Code > Lambda Runtime > Add New](https://1057759320-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYj_V9XBSMgIZWFxZiX%2Fsync%2F4138b9fc63b212480365a591e7f1aa6686c8b6eb.png?generation=1631955241746521\&alt=media)

Finally, click on create button & save the details and wait for a few seconds for the image to be created.

![Code > Lambda Runtime](https://1057759320-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYj_V9XBSMgIZWFxZiX%2Fsync%2Fae332fe260d9aefe13a88420678cb45cd60cdc24.png?generation=1631955235357379\&alt=media)

You can use this docker image in **Lambda** as a runtime environment. Please refer to the **Lambda** section for its usage.
