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

推荐订阅源

人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
量子位
GbyAI
GbyAI
腾讯CDC
T
Tailwind CSS Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
Jina AI
Jina AI
IT之家
IT之家
Y
Y Combinator Blog

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.