Hello Hacker News!<p>Do you use AWS Lambda?
Do you deploy stuff to the cloud?<p>Maybe you're like me and you'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'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't have to <i>throw away</i> later.<p>Instantly deploy functions to the cloud. It'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're logged in to AWS, you can deploy your functions and infrastructure with a single "npm run deploy".<p>Each function you add get'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'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/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/suggestions are welcomed!<p>Enjoy and thanks for reading.