Skip to main content

Aws-Serverless

Serverless Integration for Large Language Model (LLM) using AWS Lambda
This blog guides you through using a Large Language Model (LLM) to summarize web pages, storing the summaries in an Amazon DynamoDB table using AWS Lambda. It includes prerequisites, architecture details, and references to resources like Udemy courses and GitHub repositories.
2 - Hello World from Amazon Bedrock
·1085 words·6 mins
This guide details how to use Amazon Bedrock and AWS Lambda to deploy and invoke the Llama 3.2 1B model in a serverless environment. It covers enabling model access, creating a Python-based Lambda function, configuring IAM permissions, and testing the setup, with step-by-step instructions for seamless AI integration.