AWS Weekly Roundup: One-click Lambda setup prompt, OpenAI GPT-5.6 models on Bedrock, and more (July 20, 2026) | Amazon Web Services (opens in new tab)
The AWS Weekly Roundup highlights new tools for AI-assisted serverless development, including a one-click Lambda setup prompt that configures coding agents with AWS Serverless skills and MCP. It also covers major service updates such as OpenAI models on Bedrock, faster S3 storage-class transitions, self-managed Lambda code storage, and Cognito password-hash imports. Additional stories include SQS’s 20th anniversary, open agent protocols, DynamoDB bulk operations, and a resolved Cost Explorer billing-data incident.
One-Click Lambda Setup for Coding Agents
- The Lambda console now provides a prompt that configures AI coding agents with:
- AWS Serverless skills
- The Serverless Model Context Protocol (MCP) server
- Embedded serverless best practices
- The setup guide supports Claude Code, Kiro, Cursor, GitHub Copilot, Codex, Devin Desktop, and OpenCode.
- Developers can copy the setup URL into their preferred agent:
fetch https://docs.aws.amazon.com/lambda/latest/dg/samples/aws-lambda-agent-setup.md - AWS’s Agent Toolkit can also install the AWS MCP Server, providing current AWS knowledge and controlled resource access.
Major AWS Service Launches
OpenAI GPT-5.6 models on Amazon Bedrock
- Sol: flagship reasoning
- Terra: balanced performance
- Luna: faster, lower-cost inference
- All are available through Bedrock’s Responses API and its high-performance inference engine.
Same-day S3 transitions
- Objects can transition to S3 Standard-IA or S3 One Zone-IA on the day they are created.
- The previous 30-day minimum retention period in S3 Standard no longer applies.
- These classes can reduce storage costs by up to 40% while retaining millisecond access.
- Suitable for backups, log analytics, and compliance data that becomes cold quickly.
Self-managed Lambda code storage
- Lambda can reference code directly from customer-owned S3 buckets.
- Lambda no longer needs to create intermediate copies.
- This removes code-storage limits and can shorten activation times after deployments.
Cognito password-hash imports
- CSV user imports can now include password hashes.
- Users can sign in immediately with existing credentials instead of resetting passwords.
- Import configuration specifies the source system’s hashing algorithm.
Additional AWS Updates
Amazon SQS at 20
- SQS continues to provide scalable decoupling between message producers and consumers, two decades after its public launch.
Open protocols with Strands Agents SDK
- An example demonstrates how MCP, A2A, UTCP, AG-UI, and x402 can work together when building AI agents.
Open-source DynamoDB Bulk Executor
- Performs large-scale table operations without custom code.
- Supports
count,find,delete, andupdatecommands.
Kiro CLI for AWS Support
- MCP integration combines investigation, documentation lookup, and support-case creation.
- Examples cover Glue failures, Lambda cold starts, and WAF false positives.
Cost Explorer Incident
- Some customers saw inaccurate estimated billing and usage data in Cost Explorer.
- The issue generated erroneous budget and cost-anomaly alerts.
- AWS resolved the incident and is conducting a retrospective to improve billing-incident prevention and response.
AWS’s latest releases emphasize faster serverless development, more capable AI tooling, lower-cost storage, and easier automation of operational tasks. Developers should explore the Lambda agent setup and Agent Toolkit while reviewing the new storage, identity, and bulk-operation capabilities for relevant workloads.