AWS published a walkthrough for building a serverless image editing agent with Amazon Bedrock AgentCore harness. The system lets users upload a photo, describe an edit in plain English, and receive a generated result.
The implementation includes authentication, encrypted storage, three image editing tools, a React frontend, and infrastructure defined with AWS CDK.
The example shows how cloud providers are packaging agent orchestration into repeatable application templates rather than leaving every team to build custom glue code.