fgiova
👾 Welcome to my code sanctum! Binary dreams and syntax schemes converge. In this realm, algorithms ascend. Let's code the world! 🚀
Italy
Pinned Repositories
restartable
Restart Fastify without losing a request
aws-signature
This module makes it easy to sign AWS requests with the Signature V4 algorithm, using a simple interface. Each request is signed in a separate thread, so that the main thread is not blocked. The module use lru-cache to cache the signing keys, so that the same key is not computed twice.
fastify-rest-gateway
This plugin for fastify 4.x allows you to expose REST APIs for your REST microservices starting from OpenApi contracts hosted into same microservice.
fastify-sqs-consumer
This plugin for fastify 4.x allows you to consume messages from AWS SQS queues. On fastify shutdown a simple wait function is called to wait for the end of the processing of the messages in progress
fastify-sqs-sns-publisher
This plugin for fastify 4.x allows you to publish messages to AWS SQS queues and SNS topics, using a simple interface.
jodconverter
Automatically exported from code.google.com/p/jodconverter
mini-sns-client
mini-sqs-client
Mini sqs client using unidici as http agent
sorted-array
This simple module provides an array implementation, with a sorting feature using binary search algorithm.
sqs-consumer
A sqs-consumer with zero dependencies with aws-sdk, undici for http calls, and a no-blocking signature system
fgiova's Repositories
fgiova/sqs-consumer
A sqs-consumer with zero dependencies with aws-sdk, undici for http calls, and a no-blocking signature system
fgiova/fastify-sqs-consumer
This plugin for fastify 4.x allows you to consume messages from AWS SQS queues. On fastify shutdown a simple wait function is called to wait for the end of the processing of the messages in progress
fgiova/aws-signature
This module makes it easy to sign AWS requests with the Signature V4 algorithm, using a simple interface. Each request is signed in a separate thread, so that the main thread is not blocked. The module use lru-cache to cache the signing keys, so that the same key is not computed twice.
fgiova/fastify-sqs-sns-publisher
This plugin for fastify 4.x allows you to publish messages to AWS SQS queues and SNS topics, using a simple interface.
fgiova/sorted-array
This simple module provides an array implementation, with a sorting feature using binary search algorithm.
fgiova/fastify-rest-gateway
This plugin for fastify 4.x allows you to expose REST APIs for your REST microservices starting from OpenApi contracts hosted into same microservice.
fgiova/mini-sns-client
fgiova/mini-sqs-client
Mini sqs client using unidici as http agent
fgiova/jodconverter
Automatically exported from code.google.com/p/jodconverter
fgiova/restartable
Restart Fastify without losing a request
fgiova/scramble
Modern Laravel OpenAPI (Swagger) documentation generator. No PHPDoc annotations required.
fgiova/stadia-controller-flasher
Utility for flashing Stadia Controllers
fgiova/undici-rest-client
A simple generic REST client using undici