Looking beyond the announcement to understand where Amazon DynamoDB Vector Search fits in AWS's growing AI storage portfolio.
Learn how to connect your browser directly to an AI agent over WebSocket using Amazon Bedrock AgentCore, skipping the traditional Lambda proxy and enabling real-time token streaming.
I've regularly said that AWS Step Functions is my favorite service, this all might be changing with the introduction of Lambda Durable Functions. We'll be going on a deep dive into durable functions and how they work.
Let's understand what log buffering is, how it's configured in your Lambda Functions and see real results in CloudWatch by trying different configuration options.
In May I released a post on how to secure APIs using machine-to-machine authentication. Exactly one day after that AWS Cognito changed their pricing model and now my proposed solution would generate cost for me. In this post I will go through a different setup using the user-password auth flow. This will still allow us to authenticate from automations and from Postman while keeping us in the free tier.
Short post to walk through the steps to create users in Amazon Cognito for automation
Getting basic authentication for your API is not as hard as it sounds. In this post we'll be going through the steps to secure your APIs with Amazon Cognito
Learn how you can setup your SAM template to reuse common pieces of config by using anchors and aliases without introducing any problems.
Learn how you can structure your serverless projects to share code between Lambda Functions using ESBuild instead of Lambda Layers.
Learn what's needed to trigger the HTTP endpoint task state from a Step Function to be able to eliminate the Lambda Functions you have to call APIs
Follow these 3 steps to update your Common JS Lambda Functions to ECMAScript Modules (ESM)
Learn how you can use custom templates with SAM to speed up initial application setup.
Learn how to setup locally to run the AWS SDK using SSO and named profiles
Testing secure APIs through automation can be a pain. Thankfully Portman provides an easy way to include authentication in your test automation.
Automate your API tests by using your OpenAPI definitions.
Really, stop it! You are putting your account at risk.
Learn what is needed to build a Lambdaless API using AWS API Gateway, DynamoDB, OpenAPI and CloudFormation.