Hacker News new | ask | show | jobs
by forrestbrazeal 3526 days ago
I work in a heavily AWS-centric organization, so I've been using a "serverless" stack for a couple of web applications in the last few months. API Gateway/Lambda/DynamoDB for the back end, CloudFront/s3 for the front end and Cognito for auth. We integrate and deploy continuously using some internal tooling built around git, Jenkins and CloudFormation. The combination of high scalability and low overhead cost has been fantastic.
1 comments

Thumbs up. I also use some AWS services, and the results are awesome.