Blog about AWS, Cloud, and JavaScript.
Intro The article is not intended for beginners and will not explain what GraphQL is or how to install Node.js or setup aws cli. Instead, it will...
TLDR I know about lodash implementation of once. I know about Parameters and ReturnType generic function in Typescript. I want to reinvent the...
Once I wanted to experiment with Rust and try to write and deploy a simple lambda function and deploy it to AWS Cloud. A lot of tutorials provide...
So imagine you have direct aws lambda as a resolver. Like in this serverless.yaml...
Do you want to increase the speed of your deployment? Waiting for deploying your serverless? TLDR: add deploymentMethod: direct to you serverless.yaml...
TLDR: Install eslint => npm install -D eslint eslint-plugin-graphql Add to your eslint settings => "overrides": [ { "files":...