How to configure Logz.io log shipper for Quarkus-based Lambda using logback extension
You have a Quarkus-based AWS Lambda using logback and want to send logs to logz.io? Then this is something for you!
You have a Quarkus-based AWS Lambda using logback and want to send logs to logz.io? Then this is something for you!
Notes to my future-self about how to configure React.js frontend guarded by AWS Cognito to securely communicate with backend based on Serverless Framework (AWS Lambda behind Api Gateway).
Imagine your code waits for some external system to respond. Easy to deal with non-serverless world where you have your application running 24/7, right? But how would you solve this in a serverless where you should pay for actual job and not for waiting. In serverless ‘wait’ equals ’loosing money’. In this post I’ll describe how you can use SQS for serverless job triggering.
Example how to name per-stage DynamoDB tables