On-demand scanning of websites for accessibility and security vulnerabilities/compliance / Analyse à la demande des sites Web pour les vulnérabilités/conformité en matière d'accessibilité et de sécurité
Currently we send the API gateway and other ingress data directly to the Lambda handler. This means the hander has to determine what type of data it's handling.
We should investigate setting up an event message broker like Kinesis, Kafka or SQS to ingest the various data streams, transform them to be consistent and then send to the primary API handler. The handler should not have to determine where the data was coming from in order to process but be able to use the transformed data from the message broker directly.
Currently we send the API gateway and other ingress data directly to the Lambda handler. This means the hander has to determine what type of data it's handling.
We should investigate setting up an event message broker like Kinesis, Kafka or SQS to ingest the various data streams, transform them to be consistent and then send to the primary API handler. The handler should not have to determine where the data was coming from in order to process but be able to use the transformed data from the message broker directly.