| ▲ | Show HN: Fakecloud – Free, open-source AWS emulator(github.com) | ||||||||||||||||
| 36 points by lucas_vieira 3 days ago | 9 comments | |||||||||||||||||
| ▲ | SkyLinx 3 days ago | parent | next [-] | ||||||||||||||||
Thank you for sharing this! It looks like a very useful tool, especially for those of us who got burned by LocalStack's auth token requirement breaking CI pipelines. | |||||||||||||||||
| ▲ | lucas_vieira 3 days ago | parent | prev | next [-] | ||||||||||||||||
Built this after LocalStack started requiring an auth token in March and broke our CI. | |||||||||||||||||
| ▲ | edmondx 2 days ago | parent | prev | next [-] | ||||||||||||||||
Great timing with this — the LocalStack auth token change broke a lot of CI pipelines. Nice to see a Rust-based alternative with that kind of startup time (~500ms, 10 MiB idle). The "real PostgreSQL/Redis behind RDS/ElastiCache" approach is the right call. We run PHP integration tests against SQS and S3, and the biggest pain with mocked services is subtle behavioral differences that only show up in production. Having actual protocol conformance validated against Smithy models is a big deal. One question: any plans for async event delivery for SNS/EventBridge? In our setup we test fan-out patterns where message ordering and delivery timing matter — curious how Fakecloud handles that vs real AWS eventual consistency. | |||||||||||||||||
| |||||||||||||||||
| ▲ | RestartKernel 3 days ago | parent | prev | next [-] | ||||||||||||||||
This is sold as an emulator, but couldn't it inadvertently replace AWS entirely in production too? | |||||||||||||||||
| |||||||||||||||||
| ▲ | valtlfelipe 3 days ago | parent | prev | next [-] | ||||||||||||||||
That's great! Thanks for building this | |||||||||||||||||
| ▲ | unixhero 3 days ago | parent | prev [-] | ||||||||||||||||
Really impressive | |||||||||||||||||