Skip to content

Commit b49bc59

Browse files
committed
update README
1 parent 64b2e94 commit b49bc59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ADD src/ /var/task
8989
CMD ["node", "index.js"]
9090
```
9191

92-
Line 2 and 3 copy lambda adapter binary and set it as ENTRYPOINT. This is the minimum configuration required to use Lambda Adapter. No need to change the code.
92+
Line 2 and 3 copy lambda adapter binary and set it as ENTRYPOINT. This is the only configuration change required to run web application on AWS Lambda. No need to change the application code.
9393

9494
```dockerfile
9595
COPY --from=aws-lambda-adapter:latest /opt/bootstrap /opt/bootstrap
@@ -109,8 +109,8 @@ The readiness check port/path and traffic port can be configured using environme
109109

110110
4 examples are included under the 'examples' directory. Check them out, find out how easy it is to run a web application on AWS Lambda.
111111

112-
- [Flask]()
113-
- [express.js](examples/expressjs)
112+
- [Flask](examples/flask)
113+
- [Express.js](examples/expressjs)
114114
- [SpringBoot](examples/springboot)
115115
- [nginx](examples/nginx)
116116

0 commit comments

Comments
 (0)