Skip to content

pagopa/pagopa-nodo-verifyko-to-datastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3ca225 · Jul 23, 2024

History

88 Commits
Jul 22, 2024
Jun 6, 2024
Feb 23, 2024
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Oct 19, 2023
Feb 23, 2024
Oct 19, 2023
Jul 23, 2024

Repository files navigation

pagoPA Functions nodo-verifyko-to-datastore

Java nodo-verifyko-to-datastore Azure Function. The function aims to dump verify KO event sent via Azure Event Hub to a CosmosDB, with a TTL of 120 days, and to an Azure Table Storage with a TTL of 10 years.

Quality Gate Status


Run locally with Docker

docker build -t pagopa-functions-nodo-verifyko-to-datastore .

docker run -it -rm -p 8999:80 pagopa-functions-nodo-verifyko-to-datastore

Test

curl http://localhost:8999/example

Run locally with Maven

mvn clean package

mvn azure-functions:run

Test

curl http://localhost:7071/example