© 2023 Hashnode
#lambda
Goal To keep the data flowing as real-time as possible, while at the same time not costing the earth. Yes, Kinesis is a big fat pipe, lots of records go in one end, and come out the other in big chu…
🛂 Versão Português Brasil About 4 years ago, cold start in serverless computing truly represented a problem, especially for applications that didn't allow for waiting time during their initialization…
The Hyper-scaling is for a while discussing in Serverless community and some elegant workarounds are presented by the community members and AWS staff . To discover more about the optimizations have a look at : Theses are all the optimizatio…
In this tutorial, you will learn how to improve your code using STL algorithms and lambdas. Example Problem In this problem, you have a class that stores grades for students in an English class, and y…
Have you ever been to a restaurant where you can order a la carte, and the chef will prepare your dish from scratch? That's kind of like how AWS Lambda works. AWS Lambda is a serverless computing plat…
Go to "AWS Secrets Manager" > "Secrets" Here, the "Secret name" is equivalent for the secret-id and secret value is encrypted by default KMS key -> aws/secretsmanager Create Lambda function ,save /& deploy import json import boto3 from bot…
Eleventy is great. It’s a static site generator written in JavaScript, for “Fast Builds and even Faster Web Sites.” It’s 10 to 20 times faster than the alternatives, like Gatsby or Next.js. You get al…
Little Background:- in 2019 we started moving from server to serverless and started adopting AWS Lambda + GoLang for any new development. My chief architect and current CTO Ben Pyle(Blog) came up with…
It’s a quite common scenario to need to trigger a lambda function from another lambda function. This might be because you need to trigger another action to occur unrelated to your original function or…
Déployer un site web gratuitement, avec un formulaire de contact qui fonctionne: Sans serveur, CI/CD. Présentation Ceci est la suite de notre premier article sur le sans serveur ("Serverless"). Pour p…