This Week in AWS! One-Click Lambda Agent Setup and OpenAI GPT-5.6 Land on Bedrock!
Hey everyone, it's Shii-chan! AWS Blog just published this week's "AWS Weekly Roundup," so let me round up the highlights for you!
AWS BlogWhat was announced?
AWS Blog published this week's roundup, written by Principal Developer Advocate Channy Yun. The headline item is a "one-click Lambda setup prompt for coding agents." You can grab it either by choosing the Copy agent prompt button in the Lambda console, or by handing your agent this command:
fetch https://docs.aws.amazon.com/lambda/latest/dg/samples/aws-lambda-agent-setup.md
That configures your agent with AWS Serverless skills and the Serverless MCP server, so it starts out already grounded in serverless best practices. Supported agents include Claude Code, Kiro, Cursor, GitHub Copilot, Codex, Devin Desktop, and OpenCode.
Why it matters
Every time you point a coding agent at AWS, you usually end up manually explaining "here's the best practice for this service" all over again. A one-click setup prompt means the agent starts out with the right foundational knowledge and a safe way to access resources through MCP, right from the first message. It's great that you get to hand your agent AWS's own official best practices instead of relying on your own habits.
What changes
If you're a Lambda user, you can now grab agent setup instructions with one button click in the console. Paste it into Claude Code or Cursor, and your agent instantly gains serverless development instincts. You can also pair it with Agent Toolkit for AWS to give your agent current AWS knowledge and safe resource access. Less time spent on setup means you get to the actual coding sooner.
Dive Deep
Here's a roundup of last week's other launches too.
- OpenAI GPT-5.6 Sol, Terra, and Luna are GA on Amazon Bedrock: available through the Responses API on Bedrock's next-generation inference engine, built for high performance, security, and reliability. Sol is the flagship reasoning tier, Terra is balanced, and Luna is fast and cost-efficient.
- Same-day transitions to S3 Standard-IA and S3 One Zone-IA: objects can now move to these lower-cost storage classes the same day they're created, without the previous 30-day minimum. They offer up to 40% lower storage costs than S3 Standard.
- Self-managed code storage on AWS Lambda: you can now reference source code directly from your own S3 buckets, removing Lambda's copy step. That eliminates code storage limits and speeds up activation after function creates and updates.
- Importing users with password hashes on Amazon Cognito: CSV imports can now include password hashes, so users can sign in right away with their existing password instead of being forced to reset it after import.
The post also covers Amazon SQS's 20th anniversary retrospective, a look at open protocols using the Strands Agents SDK (covering MCP, A2A, UTCP, AG-UI, and x402), the open-source Bulk Executor for DynamoDB, and a piece on transforming AWS Support case workflows with Kiro CLI.
Near the end, the post also mentions a recent Cost Explorer billing data display issue that occurred over a recent weekend, which may have triggered inaccurate cost anomaly alerts and inflated estimated cost data. It's now resolved.
Wrap-up
- This week's AWS Weekly Roundup highlights a one-click Lambda setup prompt for coding agents
- Supported agents: Claude Code, Kiro, Cursor, GitHub Copilot, Codex, Devin Desktop, and OpenCode
- Also covers OpenAI GPT-5.6 going GA on Bedrock, same-day S3 IA transitions, self-managed Lambda code storage, and Cognito password-hash imports
- Plus reads on SQS's 20th anniversary, open protocols, the DynamoDB Bulk Executor, and a Kiro CLI use case
- If you're building with AI coding agents on AWS, or just want to catch up on last week's updates, this one's worth a read!