TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: The fastest way to get a scalable service up and online

9 pointsby khalidxover 4 years ago

1 comment

khalidxover 4 years ago
Hello Hacker News!<p>Do you use AWS Lambda? Do you deploy stuff to the cloud?<p>Maybe you&#x27;re like me and you&#x27;ve tried it all...<p>- AWS CloudFormation - AWS SAM - AWS CDK - Terraform - Pulumi<p>There are so many ways to deploy infrastructure.<p>Sometimes, you just want to get a strong, scalable API or function out there, whether for a new product you&#x27;re building or for a simple webhook.<p>This project makes that possible, and gives you a strong, reliable starting point for your infrastructure that you can build on and won&#x27;t have to <i>throw away</i> later.<p>Instantly deploy functions to the cloud. It&#x27;s the fastest way to get a scalable service up and online. A powerful infrastructure abstraction built with the AWS CDK.<p>As long as you&#x27;re logged in to AWS, you can deploy your functions and infrastructure with a single &quot;npm run deploy&quot;.<p>Each function you add get&#x27;s its own HTTP API route and SQS Queue, giving you multiple ways to send events into the Lambda function for processing.<p>More things are coming. I hope you&#x27;ll enjoy this simple programming and deployment model as much as I have.<p>PS: This is NOT a library, SDK, or a product. It is a GitHub starter template project that you can clone&#x2F;fork, with ZERO configuration.<p>I deploy stuff to the cloud all day, and find myself spending hours just writing the initial IaC (infrastructure as code) config and getting everything wired up correctly. This template gets me going pretty fast with a running API, sending requests to my functions. I can also send work to my functions (or between functions) asynchronously with a queue. All with just a single-command to deploy everything.<p>Needless to say, this saves me countless hours.<p>I hope it is useful for you all as well. I always get so much value out of HN, and am wanting to give back. Free forever + open source. Concerns&#x2F;suggestions are welcomed!<p>Enjoy and thanks for reading.
评论 #25251938 未加载