StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Simple Merchant
Simple Merchant logo

Simple Merchant

Verified

Freeing up eCommerce merchants through automation

www.simple-merchant.com
20
Tools
4
Decisions
0
Followers

Tech Stack

Application & Data

4 tools

Rails logo
Rails
AngularJS logo
AngularJS
PostgreSQL logo
PostgreSQL
AWS Lambda logo
AWS Lambda

Utilities

2 tools

Slack logo
Slack
Amazon SNS logo
Amazon SNS

Team Members

Edward Woodcock
Edward WoodcockTech & Product

Engineering Blog

Stack Decisions

Edward Woodcock
Edward Woodcock

Mar 7, 2016

API Gateway in conjunction with Lambda has allowed us to become 'serverless'. We have a number of API endpoints that range from simple CRUD operations, through to triggering chains of complex background jobs. Like Lambda, this service has released us from getting bogged down in infrastructure management, freeing up huge amounts of time to focus on solving business problems. Amazon API Gateway

15.8k views15.8k
Comments
Edward Woodcock
Edward Woodcock

Mar 7, 2016

SQS is the bridge between our new Lambda services and our incumbent Rails applications. Extremely easy to use when you're already using other AWS infrastructure. Amazon SQS

234 views234
Comments
Edward Woodcock
Edward Woodcock

Mar 7, 2016

Our primary transport mechanism for events. One SNS topic carries a specific event type and n-number of subscribers (usually a Lambda) may subscribe to that event. Amazon SNS

11k views11k
Comments
Edward Woodcock
Edward Woodcock

Mar 7, 2016

We're moving almost the entirety of our backend processes into Lambda. This has given us vast cost savings in terms of pure infrastructure billing - and time worrying about platform and scale. This move has also made our architecture almost entirely event-driven - another huge benefit as our business itself is inherently event-driven. AWS Lambda

963 views963
Comments