# Announcements

Published articles for Announcements.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Introducing Amazon SageMaker HyperPod Inference Gateway

DevFeed: [Introducing Amazon SageMaker HyperPod Inference Gateway](<https://devfeed.tech/articles/introducing-amazon-sagemaker-hyperpod-inference-gateway-42780.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/introducing-amazon-sagemaker-hyperpod-inference-gateway/>)

Author: Vinay Arora

Published: 2026-09-18T13:08:34Z

Content type: release

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon SageMaker HyperPod](<https://devfeed.tech/topics/amazon-sagemaker-hyperpod.md>), [Model Routing](<https://devfeed.tech/topics/model-routing.md>), [model-serving](<https://devfeed.tech/topics/model-serving.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Amazon Elastic Kubernetes Service](<https://devfeed.tech/topics/amazon-elastic-kubernetes-service.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Prometheus](<https://devfeed.tech/topics/prometheus.md>)

Tags: [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [amazon-sagemaker-hyperpod](<https://devfeed.tech/tags/amazon-sagemaker-hyperpod.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [expert-400](<https://devfeed.tech/tags/expert-400.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [model-serving](<https://devfeed.tech/tags/model-serving.md>), [performance](<https://devfeed.tech/tags/performance.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

Amazon SageMaker HyperPod Inference Gateway is a Kubernetes-native, GPU-aware routing add-on for Amazon EKS. It uses real-time GPU signals and model-serving metrics to route inference requests to suitable pods, aiming to reduce GPU waste and first-token latency without application changes.

### Source excerpt

Amazon SageMaker HyperPod Inference Gateway is a Kubernetes-native, GPU-aware routing add-on for Amazon EKS. It uses real-time GPU signals to send each inference request to the best-suited pod, cutting first-token latency by up to 82% with no changes to your model servers or client applications.

## Reduce time-to-hire for quality candidates with AI-powered Amazon Connect Talent

DevFeed: [Reduce time-to-hire for quality candidates with AI-powered Amazon Connect Talent](<https://devfeed.tech/articles/reduce-time-to-hire-for-quality-candidates-with-ai-powered-amazon-connect-talent-42133.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/reduce-time-to-hire-for-quality-candidates-with-ai-powered-amazon-connect-talent/>)

Author: Ayesha Borker

Published: 2026-09-17T17:55:20Z

Content type: release

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Connect](<https://devfeed.tech/topics/amazon-connect.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [Requirements](<https://devfeed.tech/topics/requirements.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-connect](<https://devfeed.tech/tags/amazon-connect.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [dashboard](<https://devfeed.tech/tags/dashboard.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [hiring](<https://devfeed.tech/tags/hiring.md>), [interview](<https://devfeed.tech/tags/interview.md>), [transcripts](<https://devfeed.tech/tags/transcripts.md>)

### AI overview

Amazon launches Amazon Connect Talent, an AI hiring solution for scaled talent acquisition. It supports AI-led interviews, data-driven assessments, consistent evaluation, recruiter-configured criteria, and transparent candidate scoring while keeping recruiters in control of final hiring decisions.

### Source excerpt

Amazon Connect Talent is an AI hiring solution built for talent acquisition leaders managing scaled hiring. It delivers AI-led interviews, data-driven assessments, and consistent evaluation, helping recruiters identify strong candidates more efficiently while providing applicants with a flexible interview experience. Informed by decades of Amazon's hiring science, Amazon Connect Talent provides transparency for every assessment, interview, and candidate score, enabling recruiters to stay in control of final hiring decisions.

## Cargo-dyndrv: A new way of building Cargo packages with Nix

DevFeed: [Cargo-dyndrv: A new way of building Cargo packages with Nix](<https://devfeed.tech/articles/cargo-dyndrv-a-new-way-of-building-cargo-packages-with-nix-34133.md>)

Original publisher: [Read original article](<https://discourse.nixos.org/t/cargo-dyndrv-a-new-way-of-building-cargo-packages-with-nix/80112>)

Author: Ericson2314

Published: 2026-09-16T20:13:36Z

Content type: article

Language: en

Sources: [Announcements - NixOS Discourse](<https://devfeed.tech/sources/announcements-nixos-discourse.md>)

Topics: [Nix](<https://devfeed.tech/topics/nix.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [rust](<https://devfeed.tech/tags/rust.md>)

### AI overview

The article introduces cargo-dyndrv, a new way to build Cargo projects with Nix. It uses dynamic derivations for per-crate incrementality and Cargo's unit graph to align operations with Cargo, while trading some flexibility for fidelity and forward compatibility.

### Source excerpt

Obsidian Systems - 16 Sep 26 cargo-dyndrv: A Beginning Building Rust within Nix has always been somewhat of an annoying problem. Nixpkgs includes tools like buildRustCrate to build a single crate and buildRustPackage to build an entire project with all its dependencies, but both have substantial issues:... We have a new way way of building Cargo projects! As the blog post describes, what distinguishes this from all the other ways of building Cargo project in Nix is this combination of methods: Uses dynamic derivations, so no eval time penalty for per-crate incrementality Uses Cargo's unit graph, so we automatically match to how Cargo performs operations Both cargo-dyndrv itself and this blog post about it are all @artemist's work; I am only the one posting it because she has already left for NixCon (see you all there!) and I haven't left yet, so my internet connection is better. Finally, thank you for Saronic for collaborating with us on this project. 6 posts - 5 participants Read full topic

## ClickHouse is now available on the dbt platform

DevFeed: [ClickHouse is now available on the dbt platform](<https://devfeed.tech/articles/clickhouse-is-now-available-on-the-dbt-platform-31545.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/clickhouse-is-now-available-on-the-dbt-platform>)

Author: Aditya Chidurala; José Muñoz; Alex Francoeur

Published: 2026-09-16T19:38:40Z

Content type: release

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [adapter](<https://devfeed.tech/tags/adapter.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [beta](<https://devfeed.tech/tags/beta.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [dbt](<https://devfeed.tech/tags/dbt.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [platform](<https://devfeed.tech/tags/platform.md>), [release](<https://devfeed.tech/tags/release.md>), [rust](<https://devfeed.tech/tags/rust.md>)

### AI overview

ClickHouse announces a dbt v2 adapter powered by dbt's Rust engine, available in public beta. ClickHouse is also available as a natively supported data warehouse on dbt Platform in private beta, with support for open-source ClickHouse and ClickHouse Cloud.

### Source excerpt

The ClickHouse adapter for dbt v2 is in public beta, powered by dbt's Rust engine. ClickHouse also joins the dbt platform in private beta, supporting open-source ClickHouse and ClickHouse Cloud.

## Improving HCLS AI reasoning with open-source agent skills

DevFeed: [Improving HCLS AI reasoning with open-source agent skills](<https://devfeed.tech/articles/improving-hcls-ai-reasoning-with-open-source-agent-skills-31521.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/improving-hcls-ai-reasoning-with-open-source-agent-skills/>)

Author: Michael Hsieh

Published: 2026-09-16T19:00:00Z

Content type: article

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Bioinformatics](<https://devfeed.tech/topics/bioinformatics.md>), [Medical imaging](<https://devfeed.tech/topics/medical-imaging.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-quick-suite](<https://devfeed.tech/tags/amazon-quick-suite.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [healthcare](<https://devfeed.tech/tags/healthcare.md>), [healthcare-and-life-sciences](<https://devfeed.tech/tags/healthcare-and-life-sciences.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [kiro](<https://devfeed.tech/tags/kiro.md>), [life-sciences](<https://devfeed.tech/tags/life-sciences.md>), [medical-imaging](<https://devfeed.tech/tags/medical-imaging.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>)

### AI overview

This post presents 38 open-source agent skills spanning 11 healthcare and life sciences domains. The skills encode domain decision procedures for AI agents, and the reported evaluation found a 70-86% head-to-head win rate over agents without the skills.

### Source excerpt

AI agents on foundation models often misapply healthcare and life sciences decision frameworks, citing the right guideline but applying it incorrectly. This post shares 38 open-source agent skills across 11 HCLS domains that close this gap, with installation steps, three worked use cases, and a 410-prompt evaluation showing a 70-86% win rate.

## AWS reimagines the getting started experience

DevFeed: [AWS reimagines the getting started experience](<https://devfeed.tech/articles/aws-reimagines-the-getting-started-experience-31475.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/aws/aws-reimagines-the-getting-started-experience/>)

Author: Micah Walter

Published: 2026-09-16T17:50:14Z

Content type: release

Language: en

Sources: [AWS News Blog](<https://devfeed.tech/sources/aws-news-blog.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-management-console](<https://devfeed.tech/tags/aws-management-console.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [developers](<https://devfeed.tech/tags/developers.md>), [free](<https://devfeed.tech/tags/free.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [launch](<https://devfeed.tech/tags/launch.md>), [news](<https://devfeed.tech/tags/news.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [project](<https://devfeed.tech/tags/project.md>), [team](<https://devfeed.tech/tags/team.md>)

### AI overview

AWS announces a simplified getting-started experience with sensible defaults, managed project environments, simplified permissions, and $100 in Free Tier credits for most new customers. Customers can later activate advanced AWS features without migrating.

### Source excerpt

AWS has reimagined the getting started experience with smart and sensible defaults to help developers get started fast so that they can focus on building. New customers can sign up and get started right away with $100 in Free Tier credits, managed project environments, and simplified team and resource permissions. If their workload evolves, customers can activate advanced features to access the full breadth and depth of AWS in one step, with no migration required.

## Project Harmonia Brings Institutional Tokenized Funds to Solana

DevFeed: [Project Harmonia Brings Institutional Tokenized Funds to Solana](<https://devfeed.tech/articles/project-harmonia-brings-institutional-tokenized-funds-to-solana-41426.md>)

Original publisher: [Read original article](<https://solana.com/news/project-harmonia-brings-institutional-tokenized-funds-to-solana>)

Author: Solana Foundation

Published: 2026-09-16T00:56:00Z

Content type: release

Language: en

Sources: [Solana News Feed](<https://devfeed.tech/sources/solana-news-feed.md>)

Topics: [Solana](<https://devfeed.tech/topics/solana.md>), [Finance](<https://devfeed.tech/topics/finance.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [blockchain-technology](<https://devfeed.tech/tags/blockchain-technology.md>), [crypto-news](<https://devfeed.tech/tags/crypto-news.md>), [cryptocurrency](<https://devfeed.tech/tags/cryptocurrency.md>), [decentralized](<https://devfeed.tech/tags/decentralized.md>), [defi](<https://devfeed.tech/tags/defi.md>), [distribution](<https://devfeed.tech/tags/distribution.md>), [finance](<https://devfeed.tech/tags/finance.md>), [financial](<https://devfeed.tech/tags/financial.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [institutions](<https://devfeed.tech/tags/institutions.md>), [nfts](<https://devfeed.tech/tags/nfts.md>), [podcasts](<https://devfeed.tech/tags/podcasts.md>), [project](<https://devfeed.tech/tags/project.md>), [solana](<https://devfeed.tech/tags/solana.md>), [solana-ecosystem](<https://devfeed.tech/tags/solana-ecosystem.md>), [token](<https://devfeed.tech/tags/token.md>), [web3](<https://devfeed.tech/tags/web3.md>)

### AI overview

Project Harmonia opens a request for proposals to connect Allfunds' institutional fund distribution network with tokenized funds on Solana. The program aims to support institutional-scale distribution, with submissions closing October 24, 2026.

### Source excerpt

Project Harmonia connects Allfunds, with about EUR 1.9 trillion under administration, to tokenized funds on Solana; submissions close October 24, 2026.

## Announcing instance preference lists for Amazon SageMaker AI training jobs

DevFeed: [Announcing instance preference lists for Amazon SageMaker AI training jobs](<https://devfeed.tech/articles/announcing-instance-preference-lists-for-amazon-sagemaker-ai-training-jobs-26939.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/announcing-instance-preference-lists-for-amazon-sagemaker-ai-training-jobs/>)

Author: Kanwaljit Khurmi

Published: 2026-09-15T16:01:47Z

Content type: release

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon SageMaker AI](<https://devfeed.tech/topics/amazon-sagemaker-ai.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Model Development](<https://devfeed.tech/topics/model-development.md>), [data-processing](<https://devfeed.tech/topics/data-processing.md>)

Tags: [amazon-sagemaker-ai](<https://devfeed.tech/tags/amazon-sagemaker-ai.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [model-development](<https://devfeed.tech/tags/model-development.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [scheduled](<https://devfeed.tech/tags/scheduled.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

Amazon SageMaker AI introduces instance preference lists for training and processing jobs. Users can specify up to five instance types in priority order, and SageMaker AI launches the job on the first option with available capacity, reducing manual retries and capacity monitoring.

### Source excerpt

Amazon SageMaker AI now offers instance preference lists for training and processing jobs. Specify an ordered list of up to five instance types, and SageMaker AI automatically launches on the first type with available capacity, eliminating manual retry loops and capacity-watching scripts.

## Mintlify rebuilds automations around pre-built templates for common use cases

DevFeed: [Mintlify rebuilds automations around pre-built templates for common use cases](<https://devfeed.tech/articles/automations-rebuilt-30986.md>)

Original publisher: [Read original article](<https://www.mintlify.com/blog/automations-rebuilt>)

Author: Patrick Foster

Published: 2026-09-15T00:00:00Z

Content type: article

Language: en

Sources: [Mintlify Blog](<https://devfeed.tech/sources/mintlify-blog.md>)

Topics: [Automation](<https://devfeed.tech/topics/automation.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [changelog](<https://devfeed.tech/topics/changelog.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [YAML](<https://devfeed.tech/topics/yaml.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [automation](<https://devfeed.tech/tags/automation.md>), [changelog](<https://devfeed.tech/tags/changelog.md>), [docs](<https://devfeed.tech/tags/docs.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [execution](<https://devfeed.tech/tags/execution.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [prompt](<https://devfeed.tech/tags/prompt.md>), [quality](<https://devfeed.tech/tags/quality.md>), [rest](<https://devfeed.tech/tags/rest.md>)

### AI overview

Mintlify rebuilt its automations around pre-built templates for common use cases, including syncing content with code changes, generating changelogs, and improving documentation from user feedback and support signals. Custom prompts remain available for specialized tasks.

### Source excerpt

We redesigned automations for quicker setup with pre-built automations optimized for common use cases. Choose the right automations for your project and you're set. No context engineering required.

## Manage end-user OAuth consent for AI agents with Amazon Bedrock AgentCore

DevFeed: [Manage end-user OAuth consent for AI agents with Amazon Bedrock AgentCore](<https://devfeed.tech/articles/manage-end-user-oauth-consent-for-ai-agents-with-amazon-bedrock-agentcore-21549.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/manage-end-user-oauth-consent-for-ai-agents-with-amazon-bedrock-agentcore/>)

Author: Swara Gandhi

Published: 2026-09-14T20:35:45Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Bedrock AgentCore](<https://devfeed.tech/topics/amazon-bedrock-agentcore.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [AWS CloudTrail](<https://devfeed.tech/topics/aws-cloudtrail.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [ide](<https://devfeed.tech/topics/ide.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudtrail](<https://devfeed.tech/tags/aws-cloudtrail.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [github](<https://devfeed.tech/tags/github.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [kiro](<https://devfeed.tech/tags/kiro.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [slack](<https://devfeed.tech/tags/slack.md>), [visual-studio-code](<https://devfeed.tech/tags/visual-studio-code.md>)

### AI overview

This tutorial explains how Amazon Bedrock AgentCore Identity's Consent portal manages end-user OAuth consent and session binding for AI agents. It covers configuring GitHub and Slack targets through an AgentCore Gateway, storing user tokens, supporting IDE and MCP clients, and reviewing activity in AWS CloudTrail.

### Source excerpt

Amazon Bedrock AgentCore Identity now offers a Consent portal, a managed web experience and session binding endpoint for AgentCore Gateway. This post walks through provisioning a portal, configuring GitHub and Slack 3LO targets, and the end-user consent flow, and shows how to review activity in AWS CloudTrail.

## AWS Security Reference Architecture: A deep dive into PCI DSS compliance

DevFeed: [AWS Security Reference Architecture: A deep dive into PCI DSS compliance](<https://devfeed.tech/articles/aws-security-reference-architecture-a-deep-dive-into-pci-dss-compliance-20819.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/security/aws-security-reference-architecture-a-deep-dive-into-pci-dss-compliance/>)

Author: Avik Mukherjee

Published: 2026-09-14T17:46:56Z

Content type: article

Language: en

Sources: [AWS Security Blog](<https://devfeed.tech/sources/aws-security-blog.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Security](<https://devfeed.tech/topics/security.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Network Segmentation](<https://devfeed.tech/topics/network-segmentation.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [amazon-web-services](<https://devfeed.tech/tags/amazon-web-services.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [foundational-100](<https://devfeed.tech/tags/foundational-100.md>), [logging](<https://devfeed.tech/tags/logging.md>), [network-segmentation](<https://devfeed.tech/tags/network-segmentation.md>), [pci-dss](<https://devfeed.tech/tags/pci-dss.md>), [security](<https://devfeed.tech/tags/security.md>), [security-blog](<https://devfeed.tech/tags/security-blog.md>), [security-identity-compliance](<https://devfeed.tech/tags/security-identity-compliance.md>)

### AI overview

AWS announces the AWS Security Reference Architecture (AWS SRA) PCI DSS Deep Dive, a guide that extends the core AWS SRA with prescriptive architecture-level guidance for organizations handling cardholder data on AWS. It explains how AWS SRA patterns address PCI DSS concerns including account scoping, network segmentation, encryption, logging, and access control.

### Source excerpt

Amazon Web Services (AWS) is excited to announce the publication of the AWS Security Reference Architecture (AWS SRA) Payment Card Industry (PCI) Data Security Standard (DSS) Deep Dive. This new guide extends the core AWS SRA to provide prescriptive, architecture-level guidance for organizations that store, process, or transmit cardholder data on AWS. Organizations subject to [...]

## OpenSearch Wins Analytics & Data Intelligence Solutions Category in the SiliconANGLE TechForward Awards

DevFeed: [OpenSearch Wins Analytics & Data Intelligence Solutions Category in the SiliconANGLE TechForward Awards](<https://devfeed.tech/articles/opensearch-wins-analytics-data-intelligence-solutions-category-in-the-siliconangle-techforward-awards-17450.md>)

Original publisher: [Read original article](<https://opensearch.org/announcements/opensearch-wins-analytics-data-intelligence-solutions-category-in-the-siliconangle-techforward-awards/>)

Author: Kristi Piechnik

Published: 2026-09-14T12:00:14Z

Content type: news

Language: en

Sources: [OpenSearch](<https://devfeed.tech/sources/opensearch.md>)

Topics: [Open Source](<https://devfeed.tech/topics/open-source.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [observability](<https://devfeed.tech/topics/observability.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Security](<https://devfeed.tech/topics/security.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [awards](<https://devfeed.tech/tags/awards.md>), [data](<https://devfeed.tech/tags/data.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [observability](<https://devfeed.tech/tags/observability.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [opensearch](<https://devfeed.tech/tags/opensearch.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [recognition](<https://devfeed.tech/tags/recognition.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [retrieval-augmented-generation-rag](<https://devfeed.tech/tags/retrieval-augmented-generation-rag.md>), [search](<https://devfeed.tech/tags/search.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

OpenSearch won the Analytics & Data Intelligence Solutions category in SiliconANGLE Media's 2026 TechForward Awards. The recognition highlights its open source, vendor-neutral platform for enterprise search, observability, security analytics, vector databases, and agentic AI workloads.

### Source excerpt

Recognition validates open source momentum, architectural consolidation, and enterprise scale as the project marks five years of community growth The post OpenSearch Wins Analytics & Data Intelligence Solutions Category in the SiliconANGLE TechForward Awards appeared first on OpenSearch.

## Pay only for what you use: introducing no spend minimums to Temporal Cloud

DevFeed: [Pay only for what you use: introducing no spend minimums to Temporal Cloud](<https://devfeed.tech/articles/pay-only-for-what-you-use-introducing-no-spend-minimums-to-temporal-cloud-35939.md>)

Original publisher: [Read original article](<https://temporal.io/blog/paygo-developer-support>)

Author: Tlo Lorinc

Published: 2026-09-14T00:00:00Z

Content type: release

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [billing](<https://devfeed.tech/tags/billing.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [developer](<https://devfeed.tech/tags/developer.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [sso](<https://devfeed.tech/tags/sso.md>), [support](<https://devfeed.tech/tags/support.md>)

### AI overview

Temporal introduces a Paygo offering for Temporal Cloud with no base monthly fee, usage-based pricing, Developer Support, and SAML SSO included. The article explains pricing, support terms, storage charges, and migration options for existing self-service customers.

### Source excerpt

Start building on Temporal Cloud with no base monthly fee, usage-based pricing, and Developer Support that scales with your application.

## Temporal raises $550M at a $12.55B valuation as demand grows for reliable AI infrastructure

DevFeed: [Temporal raises $550M at a $12.55B valuation as demand grows for reliable AI infrastructure](<https://devfeed.tech/articles/temporal-raises-550m-at-a-12-55b-valuation-as-demand-grows-for-reliable-ai-infrastructure-36026.md>)

Original publisher: [Read original article](<https://temporal.io/blog/temporal-raises-usd550m-series-e-at-usd12-55b-valuation-ai>)

Author: Allanah Hughes

Published: 2026-09-14T00:00:00Z

Content type: release

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [funding](<https://devfeed.tech/tags/funding.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [outage](<https://devfeed.tech/tags/outage.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [series](<https://devfeed.tech/tags/series.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Temporal announces a $550 million Series E funding round at a $12.55 billion valuation. The company says the funding will support reliable infrastructure for long-running AI agents and applications, including orchestration and recovery across systems.

### Source excerpt

AI is raising the bar for reliability. See why Temporal's $550M Series E, backed by Lightspeed and others, is built to meet that demand.

## Introducing the Affiliates program

DevFeed: [Introducing the Affiliates program](<https://devfeed.tech/articles/introducing-the-affiliates-program-16489.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/introducing-the-affiliates-program>)

Author: Aishwari Pahwa

Published: 2026-09-11T00:00:00Z

Content type: release

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [console](<https://devfeed.tech/tags/console.md>), [developers](<https://devfeed.tech/tags/developers.md>), [program](<https://devfeed.tech/tags/program.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

Appwrite introduces an Affiliates program that lets developers create invite links, track referrals, and earn $15 in Appwrite Cloud organization credits when referred users upgrade to Pro. The program includes 180-day attribution and is managed in the Appwrite account and Console.

### Source excerpt

Introducing the Affiliates program, a new way to share Appwrite, track referrals, and earn Cloud credits when people you refer upgrade to Pro.

## Reduce LLM latency with prefix-aware routing on Amazon SageMaker Inference

DevFeed: [Reduce LLM latency with prefix-aware routing on Amazon SageMaker Inference](<https://devfeed.tech/articles/reduce-llm-latency-with-prefix-aware-routing-on-amazon-sagemaker-inference-4740.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/reduce-llm-latency-with-prefix-aware-routing-on-amazon-sagemaker-inference/>)

Author: Kareem Syed-Mohammed

Published: 2026-09-10T21:58:09Z

Content type: release

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Low-Latency Inference](<https://devfeed.tech/topics/low-latency-inference.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-sagemaker](<https://devfeed.tech/tags/amazon-sagemaker.md>), [amazon-sagemaker-ai](<https://devfeed.tech/tags/amazon-sagemaker-ai.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [caching](<https://devfeed.tech/tags/caching.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llama](<https://devfeed.tech/tags/llama.md>), [llm](<https://devfeed.tech/tags/llm.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tensorrt-llm](<https://devfeed.tech/tags/tensorrt-llm.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

Amazon SageMaker Inference introduces prefix-aware routing for LLM requests. By consistently sending requests with matching prompt prefixes to the same instance, it improves reuse of cached KV computations and can reduce time to first token.

### Source excerpt

Amazon SageMaker Inference now offers prefix-aware routing, a routing strategy that sends requests sharing the same prompt prefix to the same instance so the KV cache stays warm. In benchmarks on Llama 3.1 70B, it reduced P50 time-to-first-token by up to 77% and raised KV cache hit rates from about 25% to over 80%.

## Reduce inference cold starts on Amazon SageMaker HyperPod with model caching

DevFeed: [Reduce inference cold starts on Amazon SageMaker HyperPod with model caching](<https://devfeed.tech/articles/reduce-inference-cold-starts-on-amazon-sagemaker-hyperpod-with-model-caching-4739.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/reduce-inference-cold-starts-on-amazon-sagemaker-hyperpod-with-model-caching/>)

Author: Kareem Syed-Mohammed

Published: 2026-09-10T21:37:49Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>)

Tags: [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [amazon-sagemaker](<https://devfeed.tech/tags/amazon-sagemaker.md>), [amazon-sagemaker-hyperpod](<https://devfeed.tech/tags/amazon-sagemaker-hyperpod.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [caching](<https://devfeed.tech/tags/caching.md>), [expert-400](<https://devfeed.tech/tags/expert-400.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [llm](<https://devfeed.tech/tags/llm.md>)

### AI overview

Amazon SageMaker HyperPod model caching preloads model weights and container images onto cluster nodes, reducing inference-pod cold starts by serving assets from local NVMe storage.

### Source excerpt

Amazon SageMaker HyperPod now supports model caching for inference, which pre-loads model weights and container images onto cluster nodes so pods read from local NVMe storage instead of downloading over the network. Learn how model caching cuts cold starts from tens of minutes to seconds, how it works, and how to enable it.

## Video and image search in Amazon Bedrock Knowledge Base using Marengo 3.0

DevFeed: [Video and image search in Amazon Bedrock Knowledge Base using Marengo 3.0](<https://devfeed.tech/articles/video-and-image-search-in-amazon-bedrock-knowledge-base-using-marengo-3-0-4743.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/video-and-image-search-in-amazon-bedrock-knowledge-base-using-marengo-3-0/>)

Author: Eric Kim

Published: 2026-09-10T21:15:39Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-knowledge-bases](<https://devfeed.tech/tags/amazon-bedrock-knowledge-bases.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [audio](<https://devfeed.tech/tags/audio.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [images](<https://devfeed.tech/tags/images.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [rag](<https://devfeed.tech/tags/rag.md>), [s3](<https://devfeed.tech/tags/s3.md>), [search](<https://devfeed.tech/tags/search.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

A walkthrough for building an Amazon Bedrock Knowledge Base with TwelveLabs Marengo Embed 3.0 to perform natural-language semantic search across video, images, and audio.

### Source excerpt

TwelveLabs Marengo Embed 3.0 is now generally available as an embedding model in Amazon Bedrock Knowledge Bases, bringing fully managed natural language search to video, image, and audio content. This walkthrough shows how to build a knowledge base powered by Marengo 3.0 and run semantic queries against your media.

## Amazon Quick is now generally available on desktop

DevFeed: [Amazon Quick is now generally available on desktop](<https://devfeed.tech/articles/amazon-quick-is-now-generally-available-on-desktop-4725.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/amazon-quick-is-now-generally-available-on-desktop/>)

Author: Spencer Martenson

Published: 2026-09-10T18:16:37Z

Content type: release

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [AWS CloudTrail](<https://devfeed.tech/topics/aws-cloudtrail.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-quick-suite](<https://devfeed.tech/tags/amazon-quick-suite.md>), [android](<https://devfeed.tech/tags/android.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudtrail](<https://devfeed.tech/tags/aws-cloudtrail.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [ios](<https://devfeed.tech/tags/ios.md>), [macos](<https://devfeed.tech/tags/macos.md>), [security](<https://devfeed.tech/tags/security.md>), [shadow-ai](<https://devfeed.tech/tags/shadow-ai.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

Amazon Quick's desktop application is generally available on macOS and Windows. The article describes its enterprise AI-assistant features, mobile activity feed, shared workspace, AWS-based privacy and auditing, and compliance support.

### Source excerpt

Your teams get an AI assistant that handles real work while your data stays in your environment and your conversations stay private Today, the Amazon Quick desktop application is generally available on macOS and Windows. We're also adding a new activity feed to the mobile experience on iOS and Android that consolidates email, calendar, CRM, [...]

## Introducing Pizza Bot, an open source inbox for AI agents that work in the background

DevFeed: [Introducing Pizza Bot, an open source inbox for AI agents that work in the background](<https://devfeed.tech/articles/introducing-pizza-bot-an-open-source-inbox-for-ai-agents-that-work-in-the-background-4756.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/introducing-pizza-bot-an-open-source-inbox-for-ai-agents-that-work-in-the-background/>)

Author: Joseph Dolivo

Published: 2026-09-10T16:01:44Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

Pizza Bot is introduced as a self-hosted, open-source inbox for background AI-agent work. It lets users start, schedule, or trigger tasks by webhook, then surfaces completed work or requests requiring approval.

### Source excerpt

Give an agent a task actually worth delegating and you'll be waiting a while. Ask it what needs your attention this morning and it has to read your mail, your messages, and your task list before it can answer. Then it stops halfway, because one step needs your approval. Meanwhile you're watching a chat window [...]

## Automatic image cropping in Appwrite with AutoGravity

DevFeed: [Automatic image cropping in Appwrite with AutoGravity](<https://devfeed.tech/articles/automatic-image-cropping-in-appwrite-with-autogravity-16487.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/introducing-autogravity>)

Author: Torsten Dittmann

Published: 2026-09-10T00:00:00Z

Content type: article

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Computer vision](<https://devfeed.tech/topics/computer-vision.md>), [Code](<https://devfeed.tech/topics/code.md>), [Go](<https://devfeed.tech/topics/go.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [automatic](<https://devfeed.tech/tags/automatic.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [go](<https://devfeed.tech/tags/go.md>), [image](<https://devfeed.tech/tags/image.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [storage](<https://devfeed.tech/tags/storage.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Appwrite introduces AutoGravity, an open-source Go service that adds automatic image cropping to Appwrite Storage. It uses a model pipeline to identify a focal point and returns normalized coordinates that Appwrite's existing image transformation pipeline uses for cropping. The article explains that transformed images are cached and identifies U²-Net as the main model behind the feature.

### Source excerpt

AutoGravity brings automatic image cropping to Appwrite Storage. Learn how saliency detection and face detection pick the focal point behind gravity=auto.

## Customize Amazon API Gateway destinations for execution logs

DevFeed: [Customize Amazon API Gateway destinations for execution logs](<https://devfeed.tech/articles/customize-amazon-api-gateway-destinations-for-execution-logs-4661.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/customize-amazon-api-gateway-destinations-for-execution-logs/>)

Author: Giedrius Praspaliauskas

Published: 2026-09-09T22:35:42Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [Amazon CloudWatch Logs](<https://devfeed.tech/topics/amazon-cloudwatch-logs.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>)

Tags: [amazon-api-gateway](<https://devfeed.tech/tags/amazon-api-gateway.md>), [amazon-cloudwatch-logs](<https://devfeed.tech/tags/amazon-cloudwatch-logs.md>), [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [logs](<https://devfeed.tech/tags/logs.md>), [observability](<https://devfeed.tech/tags/observability.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>)

### AI overview

This tutorial explains how to route Amazon API Gateway REST API execution logs to CloudWatch Logs, Amazon S3, or Amazon Data Firehose. It contrasts execution logs with access logs and describes their use for diagnosing authorization, validation, integration, mapping, and error-handling behavior.

### Source excerpt

Amazon API Gateway execution logs help you trace request processing step by step through your REST API stages. They capture authorization results, integration latency, mapping template output, and error details that are otherwise invisible at the API surface. When a production request fails in a way the access log cannot explain, the execution log is [...]

## ICYMI: What landed for AI builders in August 2026

DevFeed: [ICYMI: What landed for AI builders in August 2026](<https://devfeed.tech/articles/icymi-what-landed-for-ai-builders-in-august-2026-4735.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/icymi-what-landed-for-ai-builders-in-august-2026/>)

Author: Tanvi Girinath

Published: 2026-09-09T20:01:03Z

Content type: news

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [caching](<https://devfeed.tech/tags/caching.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [govcloud](<https://devfeed.tech/tags/govcloud.md>), [inference](<https://devfeed.tech/tags/inference.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [latency](<https://devfeed.tech/tags/latency.md>), [open](<https://devfeed.tech/tags/open.md>), [robots](<https://devfeed.tech/tags/robots.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

A recap of August 2026 Amazon Bedrock, AgentCore, and Strands updates for AI builders, including expanded context windows, inference, long-running agents, GovCloud availability, and robot deployment.

### Source excerpt

A recap of August 2026 launches for AI builders across Amazon Bedrock, Amazon Bedrock AgentCore, and Strands: million-token context for OpenAI models, cross-Region inference, agents that run for up to 14 days on dedicated compute, expanded AWS GovCloud availability, and Strands Robots for physical deployment.

## Announcing 90-minute function timeout on AWS Lambda Managed Instances

DevFeed: [Announcing 90-minute function timeout on AWS Lambda Managed Instances](<https://devfeed.tech/articles/announcing-90-minute-function-timeout-on-aws-lambda-managed-instances-4655.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/announcing-90-minute-function-timeout-on-aws-lambda-managed-instances/>)

Author: Tarun Rai Madan

Published: 2026-09-09T19:08:14Z

Content type: release

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [data-processing](<https://devfeed.tech/topics/data-processing.md>), [Transcodings](<https://devfeed.tech/topics/transcodings.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>)

Tags: [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [batch](<https://devfeed.tech/tags/batch.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [event](<https://devfeed.tech/tags/event.md>), [event-driven](<https://devfeed.tech/tags/event-driven.md>), [foundational-100](<https://devfeed.tech/tags/foundational-100.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

### AI overview

AWS Lambda Managed Instances now support a 90-minute timeout for asynchronous and event source mapping invocations, increasing the previous 15-minute limit by six times. The update targets longer-running data processing, media transcoding, AI inference, and batch workloads.

### Source excerpt

AWS Lambda now supports a 90-minute function timeout for asynchronous and event source mapping (ESM) invocations on Lambda Managed Instances, a 6x increase from the previous 15-minute limit. Data processing, media transcoding, AI inference, and batch workloads can now run on Lambda without re-architecting.

[Next page](<https://devfeed.tech/tags/announcements.md?cursor=WyIyMDI2LTA5LTA5VDE5OjA4OjE0KzAwOjAwIiwgIjFkYzY0YzViLTE4YzItNDE4Yy1iZjlmLTAxNTgwOGQ1NzNkNSJd>)