jayair

↗ HN profile [ 112 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Is Serverless Ready? (isserverlessready.com)
  2. Hi HN, we are Frank and Jay and we are working on a better way to deploy Next.js apps to AWS: https://serverless-stack.com/examples/how-to-create-a-nextjs-app-with-serverless.html We are the founders of SST, an open…

  3. What Is AWS AppSync (serverless-stack.com)
  4. Hi HN, we are Jay and Frank and we are working on SST (https://github.com/serverless-stack/serverless-stack). SST is a framework for building serverless apps on AWS. It includes a local development environment that…

  5. Hi HN, we are Jay and Frank from Seed (https://seed.run). We've built a service that makes it easy to manage a CI/CD pipeline for serverless apps on AWS. There are no build scripts and our custom deployment…

  6. We created a CLI to work on Lambdas locally in your CDK app. It works by opening a WebSocket connection to your deployed CDK app and proxies any Lambda requests to your local machine. So you can make and test changes…

  7. Hi all, I'm one of the authors of Serverless-Stack.com — an open source guide to building full-stack apps with AWS Lambda and React. Since it's launch in 2017, it's become one of the most widely read guides for building…

  8. Over the last few weeks we've been writing about various topics around building CI/CD pipelines for Serverless Framework applications on AWS. You might have come across our guide on CodePipeline and CodeBuild -…