Skip to content

Commit 1754ad2

Browse files
committed
Update README.md
1 parent 631041b commit 1754ad2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,11 +734,12 @@ docker compose up --abort-on-container-exit --build
734734

735735
---
736736

737-
## 7. Bonus: Swapping runtimes
737+
## 7. Swapping runtimes
738738

739739
**Goal:** Demonstrate the versatility of Docker by swapping to Python.
740740

741-
One of the biggest advantages of developing Lambdas with Docker is that the infrastructure pattern remains exactly the same, regardless of the language you use.
741+
> [!TIP]
742+
> One of the biggest advantages of developing Lambdas with Docker is that the infrastructure pattern remains exactly the same, regardless of the language you use.
742743

743744
### Create a Python `Dockerfile`
744745

@@ -771,6 +772,10 @@ services:
771772
build: ./python
772773
```
773774

775+
> [!NOTE]
776+
> Notice how we haven't actually changed anything else within the Lambda setup.
777+
> Despite using a different runtime, the way in which the Lambda is executed/invoked is exactly the same.
778+
774779
### Run it
775780

776781
```shell

0 commit comments

Comments
 (0)