You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Lambda extensions example
2
2
3
+
Code of the article [Power up your serverless application with AWS Lambda extensions](https://dev.to/kumo/power-up-your-serverless-application-with-aws-lambda-extensions-3a31)
4
+
3
5
This example shows how to create a simple Lambda with a monitoring tool composed of:
4
6
- an internal extension that logs all http calls made by the Lambda
5
7
- an external extension that aggregate those logs and send them to an hypothetical monitoring tool
0 commit comments