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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
腾讯CDC
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
有赞技术团队
有赞技术团队
美团技术团队
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 司徒正美
博客园_首页
Recent Announcements
Recent Announcements
云风的 BLOG
云风的 BLOG
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
D
Docker
博客园 - Franky
Jina AI
Jina AI

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: MockNest Serverless – Bedrock-Assisted API Mocks...
elenavanenge · 2026-06-16 · via HN's home page

Hi HN, I built MockNest Serverless because we had a very practical problem: our application needed to call APIs from a cloud development environment, but some of those APIs were not accessible from there. Even when test environments existed, setting up the right test data was difficult. Edge cases were especially painful, and for some government APIs it was pretty much impossible to create the exact situations we needed (they had a static data set).

So I created MockNest: a mock runtime for AWS Lambda that is compatible with WireMock mappings and can serve REST, SOAP, and GraphQL mocks. The idea is that you deploy it into your own AWS account and point your app or tests at it instead of the real external service.

Once we had more mocks, mock maintenance became the next problem. So I added AI assistance using Amazon Bedrock to help generate WireMock-compatible mappings from API specs. Its optional to use, so if you dont use ai endpoints - no usage is generated on bedrock.

It also supports persistent mocks in S3, API key or IAM auth, webhooks/callbacks, and response streaming/SSE simulation.

MockNest is open source, and it won the Creative Track Award in the AWS 10,000 AIdeas competition in April.

I would really appreciate some feedback on whether this would be useful in your own integration testing setup, and whether the README makes the use case clear.