<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>AndMore Dev - Andres Moreno</title><description>I design cloud-native platforms, developer experiences, and AI-enabled systems. I write, speak, and build in public, turning what I learn into tools, content, and communities.</description><link>https://andmore.dev/</link><language>en-us</language><item><title>Skip the Middleman: Connecting Your UI Directly to an AI Agent via WebSocket</title><link>https://andmore.dev/blog/websocket-direct-to-agent/</link><guid isPermaLink="true">https://andmore.dev/blog/websocket-direct-to-agent/</guid><description>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.</description><pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>Amazon Bedrock</category><category>AgentCore</category></item><item><title>Step Functions without ASL? Welcome Lambda Durable Functions</title><link>https://andmore.dev/blog/lambda_durable_functions/</link><guid isPermaLink="true">https://andmore.dev/blog/lambda_durable_functions/</guid><description>I&apos;ve regularly said that AWS Step Functions is my favorite service, this all might be changing with the introduction of Lambda Durable Functions. We&apos;ll be going on a deep dive into durable functions and how they work.</description><pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>Lambda</category></item><item><title>Log buffering with Lambda Powertools</title><link>https://andmore.dev/blog/log-buffering/</link><guid isPermaLink="true">https://andmore.dev/blog/log-buffering/</guid><description>Let&apos;s understand what log buffering is, how it&apos;s configured in your Lambda Functions and see real results in CloudWatch by trying different configuration options.</description><pubDate>Fri, 28 Mar 2025 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>Lambda</category><category>Powertools</category></item><item><title>Using Amazon Cognito with the user-password flow</title><link>https://andmore.dev/blog/api-cognito-user-password/</link><guid isPermaLink="true">https://andmore.dev/blog/api-cognito-user-password/</guid><description>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.</description><pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate><category>AWS</category><category>Security</category><category>SAM</category><category>Cognito</category></item><item><title>Creating users in Amazon Cognito programmatically</title><link>https://andmore.dev/blog/create-cognito-user-programatically/</link><guid isPermaLink="true">https://andmore.dev/blog/create-cognito-user-programatically/</guid><description>Short post to walk through the steps to create users in Amazon Cognito for automation</description><pubDate>Thu, 11 Jul 2024 00:00:00 GMT</pubDate><category>AWS</category><category>Security</category><category>Cognito</category></item><item><title>Secure API Gateway with Amazon Cognito using SAM</title><link>https://andmore.dev/blog/api-cognito/</link><guid isPermaLink="true">https://andmore.dev/blog/api-cognito/</guid><description>Getting basic authentication for your API is not as hard as it sounds. In this post we&apos;ll be going through the steps to secure your APIs with Amazon Cognito</description><pubDate>Wed, 08 May 2024 00:00:00 GMT</pubDate><category>AWS</category><category>Security</category><category>Serverless</category><category>SAM</category></item><item><title>Using YAML anchors and aliases in a SAM template</title><link>https://andmore.dev/blog/sam-yaml-anchors/</link><guid isPermaLink="true">https://andmore.dev/blog/sam-yaml-anchors/</guid><description>Learn how you can setup your SAM template to reuse common pieces of config by using anchors and aliases without introducing any problems.</description><pubDate>Sun, 31 Mar 2024 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>SAM</category></item><item><title>Drop the layers, bundle up with ESBuild instead</title><link>https://andmore.dev/blog/layerless-esbuild-lambda/</link><guid isPermaLink="true">https://andmore.dev/blog/layerless-esbuild-lambda/</guid><description>Learn how you can structure your serverless projects to share code between Lambda Functions using ESBuild instead of Lambda Layers.</description><pubDate>Wed, 07 Feb 2024 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>Lambda</category></item><item><title>Call APIs from Step Functions using SAM</title><link>https://andmore.dev/blog/http-invoke-with-sam/</link><guid isPermaLink="true">https://andmore.dev/blog/http-invoke-with-sam/</guid><description>Learn what&apos;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</description><pubDate>Tue, 23 Jan 2024 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>Step Functions</category></item><item><title>How to update Lambda Functions from Common JS to ECMAScript</title><link>https://andmore.dev/blog/update-commonjs-to-esm/</link><guid isPermaLink="true">https://andmore.dev/blog/update-commonjs-to-esm/</guid><description>Follow these 3 steps to update your Common JS Lambda Functions to ECMAScript Modules (ESM)</description><pubDate>Mon, 11 Dec 2023 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category></item><item><title>Speed up new serverless application development with customized SAM templates</title><link>https://andmore.dev/blog/how-to-build-a%20custom-sam-template/</link><guid isPermaLink="true">https://andmore.dev/blog/how-to-build-a%20custom-sam-template/</guid><description>Learn how you can use custom templates with SAM to speed up initial application setup.</description><pubDate>Sat, 01 Jul 2023 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>SAM</category></item><item><title>How to Run the JavaScript AWS SDK Locally</title><link>https://andmore.dev/blog/how-to-run-aws-sdk-with-sso/</link><guid isPermaLink="true">https://andmore.dev/blog/how-to-run-aws-sdk-with-sso/</guid><description>Learn how to setup locally to run the AWS SDK using SSO and named profiles</description><pubDate>Tue, 31 Jan 2023 00:00:00 GMT</pubDate><category>AWS</category><category>SDK</category><category>IAM</category><category>SSO</category></item><item><title>Add Authentication to Portman API tests</title><link>https://andmore.dev/blog/portman-with-api-key/</link><guid isPermaLink="true">https://andmore.dev/blog/portman-with-api-key/</guid><description>Testing secure APIs through automation can be a pain. Thankfully Portman provides an easy way to include authentication in your test automation.</description><pubDate>Thu, 24 Mar 2022 00:00:00 GMT</pubDate><category>AWS</category><category>API</category><category>OpenAPI</category><category>API Testing</category></item><item><title>Get better API testing by using Portman</title><link>https://andmore.dev/blog/getting-started-portman/</link><guid isPermaLink="true">https://andmore.dev/blog/getting-started-portman/</guid><description>Automate your API tests by using your OpenAPI definitions.</description><pubDate>Thu, 28 Oct 2021 00:00:00 GMT</pubDate><category>AWS</category><category>OpenAPI</category><category>API Testing</category></item><item><title>Stop using your AWS Account root user</title><link>https://andmore.dev/blog/stop-using-aws-root-user/</link><guid isPermaLink="true">https://andmore.dev/blog/stop-using-aws-root-user/</guid><description>Really, stop it! You are putting your account at risk.</description><pubDate>Mon, 22 Feb 2021 00:00:00 GMT</pubDate><category>AWS</category><category>Security</category><category>IAM</category></item><item><title>How to build a Serverless API in AWS without using a single lambda</title><link>https://andmore.dev/blog/build-serverless-api-with-no-lambda/</link><guid isPermaLink="true">https://andmore.dev/blog/build-serverless-api-with-no-lambda/</guid><description>Learn what is needed to build a Lambdaless API using AWS API Gateway, DynamoDB, OpenAPI and CloudFormation.</description><pubDate>Wed, 17 Feb 2021 00:00:00 GMT</pubDate><category>AWS</category><category>Serverless</category><category>Lambda</category><category>DynamoDB</category></item></channel></rss>