cloud

AWS Lambda Function Bookmarks Exporter

3 minute read Published: 2024-11-27

Managing and navigating AWS Lambda functions can be a challenging task, especially if your environment has many functions spread across different projects. To make this easier, I created a bash script that allows you to search for Lambda functions by name and export them as HTML bookmarks. This way, you can have all the necessary links in one place for easy access.

The script not only provides a link to the Lambda function itself but also links to the corresponding CloudWatch Logs, making it easy to investigate and debug any issues. The generated HTML file is compatible with most browsers, allowing you to easily import the bookmarks.