Skip to content

Commit 2b5db59

Browse files
committed
use relative image src
1 parent 6e1a145 commit 2b5db59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lambdalet.AI
22

3-
![Lambdalet.AI](./images/banner.jpeg)
3+
![Lambdalet.AI](images/banner.jpeg)
44

55
Lambdalet.AI (*Lambda* + ~~bookmark~~*let*) is an AI-powered bookmarking and read-it-later service. It uses a dynamic javascript bookmark - a so called [bookmarklet](https://en.wikipedia.org/wiki/Bookmarklet) - to send the current page's HTML to an AWS Lambda function. The Lambda function invokes a Large Language Model on Bedrock to extract the page's main content - ignoring headers, footers and other non-content elements - and saves it to a Notion database. The Notion database stores all our bookmarks and allows us to find bookmarks by title, URL and even their content.
66

@@ -179,4 +179,6 @@ The following steps describe how you can set up your own instance of the app. An
179179
- **OpenGraph Metadata**: Extract OpenGraph metadata from the page and save it as properties on the Notion page.
180180
- **AI Summaries**: Create an AI-generated summary of the page's content.
181181
- **Pre-Bookmark Editing**: Allow editing content before saving it to the database.
182+
- **CSP Fallback**: Check the CSP headers and use `window.open` with only the URL as fallback if all other methods are blocked.
183+
- **Step Functions**: Split the processing Lambda into a StepFunction state machine and use the Bedrock integration to extract the main content.
182184
- **Additional Integrations**: Add support for other applications like Obsidian or Roam Research.

0 commit comments

Comments
 (0)