Best of AWS LambdaNovember 2024

  1. 1
    Article
    Avatar of lpythonLearn Python·1y

    For sure it's D🤭🤭

  2. 2
    Article
    Avatar of lpythonLearn Python·1y

    Lambda!! 🤔

  3. 3
    Article
    Avatar of theburningmonktheburningmonk.com·2y

    Here is one of the most misunderstood aspects of AWS Lambda

    Understanding AWS Lambda's throttling behavior is crucial. While synchronous invocations check for throttling limits, asynchronous invocations don't face immediate throttling issues as requests go through an internal queue. However, retries for failed async invocations happen up to 6 hours only. This clarification suggests you may not need SNS topics solely to prevent throttling errors, leading to fewer complexities and costs.

  4. 4
    Article
    Avatar of taiTowards AI·2y

    Learn Web Scraping With AWS Bedrock Agents

    Learn how to set up and deploy AWS Bedrock Agents for web scraping using AWS Lambda, Streamlit, and Anthropic Claude. Get an introduction to Bedrock Agents, including their components and capabilities, followed by a hands-on project to implement a simple web scraping agent. The project involves setting up a Lambda function, deploying a Streamlit app on EC2 for user interaction, and testing the agent's web scraping functionality.