惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
J
Java Code Geeks
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
雷峰网
雷峰网
D
DataBreaches.Net
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta

Recent Announcements

Amazon EC2 X8i instances are now available in Europe (Paris) Amazon CloudWatch pipelines now supports drop and conditional processing AWS Deadline Cloud supports monitor creation in multiple regions Amazon CloudWatch pipelines introduces new compliance and governance capabilities Second-generation Amazon FSx for NetApp ONTAP is now available in four additional AWS commercial and AWS GovCloud (US) Regions AWS Billing and Cost Management Dashboards Now Supports Scheduled Email Delivery AWS RTB Fabric supports health checks for real-time bidding workloads AWS Backup extends Amazon FSx support to 5 additional AWS Regions and expands cross-Region and cross-account copy to 14 AWS Regions Amazon RDS now supports the latest CU and GDR updates for Microsoft SQL Server Amazon Timestream for InfluxDB Now Supports Customer-Defined Maintenance Windows Amazon Bedrock now supports cost allocation by IAM user and role Amazon OpenSearch Service supports Managed Prometheus and agent tracing Amazon S3 Lifecycle pauses actions on objects that are unable to replicate Amazon RDS Blue/Green Deployments now supports Amazon RDS Proxy AWS Marketplace announces the Discovery API for programmatic access to catalog data AWS Agent Registry for centralized agent discovery and governance is now available in Preview Amazon OpenSearch Serverless now supports Zstandard (zstd) codec for index compression AWS Private CA now supports customer managed permissions for cross-account sharing Amazon EC2 Capacity Manager now supports tag-based dimensions Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones in AWS GovCloud (US) Regions SageMaker HyperPod now supports gang scheduling for distributed training workloads Amazon IVS 实时直播功能现已支持冗余摄取 Amazon EKS 托管节点组现在支持 EC2 Auto Scaling 暖池 Amazon Bedrock AgentCore 浏览器新增操作系统级交互功能 Amazon WorkSpaces Advisor now available for AI-powered troubleshooting Amazon OpenSearch Service now supports Graviton4 based i8ge instances Oracle Database@AWS is now available in twelve AWS Regions AWS Lambda expands response streaming support to all commercial AWS Regions AWS Cost Explorer launches Natural Language Query capabilities powered by Amazon Q Amazon Lightsail 现已在亚太地区(马来西亚)区域推出
AWS Lambda 関数が S3 Files を使用して Amazon S3 バケット...
aws@amazon.c · 2026-04-22 · via Recent Announcements

AWS Lambda が Amazon S3 Files をサポートするようになったため、Lambda 関数で Amazon S3 バケットをファイルシステムとしてマウントし、処理用のデータをダウンロードせずに標準的なファイル操作を実行できるようになりました。Amazon EFS を使用して構築された S3 Files では、S3 のスケーラビリティ、耐久性、費用対効果に加えて、ファイルシステムのパフォーマンスとシンプルさが得られます。複数の Lambda 関数を同じ S3 Files ファイルシステムに同時に接続できるため、カスタム同期ロジックを構築しなくても、共通のワークスペースを通じてデータを共有できます。

S3 Files 統合は、オブジェクトのダウンロード、結果のアップロード、一時的なストレージ制限の管理といったオーバーヘッドを排除することで、Lambda のステートフルワークロードを簡素化します。 これは、エージェントがパイプラインステップ間でメモリを保持し、状態を共有する必要がある AI と機械学習のワークロードに特に役立ちます。 Lambda 永続関数は、自動チェックポイントによる並列実行をオーケストレートすることで、こうした複数ステップの AI ワークフローを可能にします。たとえば、オーケストレーター関数はリポジトリを共有ワークスペースに複製し、複数のエージェント関数はコードを並行して分析できます。永続関数は実行状態のチェックポイントを処理し、S3 Files はすべてのステップ間でシームレスなデータ共有を提供します。

Lambda で S3 Files を使用するには、Lambda コンソール、AWS CLI、AWS SDK、AWS CloudFormation、または AWS サーバーレスアプリケーションモデル (SAM) を使用して S3 バケットをマウントするように関数を設定します。 Lambda 関数で S3 Files を使用する方法の詳細については、Lambda デベロッパーガイドをご覧ください。 

S3 Files は、Lambda と S3 Files の両方が利用可能なすべての AWS リージョンで、キャパシティプロバイダーで設定されていない Lambda 関数に対してサポートされます。標準の Lambda および S3 料金を超える追加料金は発生しません。