From 41f28aee20bed81ec339d9b1084690abeda6897f Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Fri, 24 Mar 2023 16:51:52 +0800 Subject: [PATCH] Update README.md [skip ci] --- spring-boot-modules/spring-boot-aws/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-aws/README.md b/spring-boot-modules/spring-boot-aws/README.md index 7d843af9ea..06725c209d 100644 --- a/spring-boot-modules/spring-boot-aws/README.md +++ b/spring-boot-modules/spring-boot-aws/README.md @@ -1 +1,2 @@ ### Relevant Articles: +- [Run a Spring Boot Application in AWS Lambda](https://www.baeldung.com/spring-boot-aws-lambda)