Marco Valtas

Results 3 comments of Marco Valtas

![image](https://user-images.githubusercontent.com/72471468/167048236-34b668d4-fccc-47dc-9131-333f4a1ac143.png) ![image(1)](https://user-images.githubusercontent.com/72471468/167048259-259ba05d-8691-4551-aa6d-fc6984ecfefa.png) I've got some screenshots from a Brazilian AWS account, it seems they keep the USD as the main currency and apply the exchange rate. We need to check...

Switching out MongoDB for PostgreSQL is certainly not a simple task. PostgreSQL does offer support for JSON data types (https://www.postgresql.org/docs/16/datatype-json.html), but I'm not familiar enough with them to determine if...

This is the independent code that runs fast while running the same query on CCF in EC2 has delays. ```typescript import { createTemplateAction } from '@backstage/plugin-scaffolder-backend'; import { PluginEnvironment }...