Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 771 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 771 Bytes

pagoPA Functions fdr-re-to-datastore

Java fdr-re-to-datastore Azure Function. The function aims to dump RE 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-fdr-re-to-datastore .

docker run -it -rm -p 8999:80 pagopa-functions-fdr-re-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