All Posts

Browse the complete archive of all blog posts, sorted by date from newest to oldest.

Total Posts: 60

Building a Serverless Web Mailer with AWS

Learn how to build a secure, scalable serverless web mailer using AWS SAM, Lambda, and Amazon SES. This guide covers dynamic email processing, CORS configuration, and API Gateway throttling to protect your application from unauthorized access and abuse.

VIDEO CONTENT - Generative AI Fireside Chat

This episode features a fireside chat between two experts in generative AI, Buan Zivic and Matthew Mariel. They discuss the current state of generative AI including the hype, challenges with availability and infrastructure, productizing proofs of concept, and advice for organizations looking to leverage generative AI. Key topics include starting with problems not solutions, training models on internal data, and blurring definitions of chatbots.

VIDEO CONTENT - Generate Images from Bedrock API with Python in SageMaker Studio

This video shows how to generate images from the Amazon Bedrock API using Python code tested in a Jupiter notebook within Amazon SageMaker Studio. The code makes API calls to Bedrock to generate images based on text prompts and saves the resulting images to an S3 bucket. This demonstrates using SageMaker notebooks for iterative development and testing of code that interacts with AWS services like Bedrock and S3.