jayair
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Is Serverless Ready? (isserverlessready.com)
- How to debug Lambda functions with WebStorm (serverless-stack.com)
- How to use Middy to validate the requests and responses in your serverless app (serverless-stack.com)
- Learn how to create a full-stack app with Svelte and serverless (serverless-stack.com)
- How to use serverless with Flutter to build a native app (serverless-stack.com)
- How to use serverless and Expo to create a full-stack app (serverless-stack.com)
- Build a full-stack serverless app with Vue.js and SST (serverless-stack.com)
-
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…
- What Is AWS AppSync (serverless-stack.com)
- Show HN: Setting serverless environment variables in a React app (serverless-stack.com)
- Dynamically generate social share images with AWS Lambda (serverless-stack.com)
- Use React and serverless to create a simple click counter app (serverless-stack.com)
- Using PostgreSQL and Aurora with Serverless Stack to create a simple hit counter (serverless-stack.com)
- How to use MongoDB in your Lambda functions (serverless-stack.com)
- Use CDK and Lambda Layers to create a serverless screenshot service (serverless-stack.com)
- Add automatic image resizing to S3 by running Lambda locally (serverless-stack.com)
- How to create a serverless WebSocket API with CDK (serverless-stack.com)
- Show HN: How to debug Lambda functions with VS Code (serverless-stack.com)
-
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…
-
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…
-
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…
-
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…
-
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 -…