This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Service EC2-Instances($) WAF($) VPC($) EC2 Container Registry (ECR)($) Tax($) EC2-Other($) Route 53($) Relational Database Service($) S3($) API Gateway($) CloudFront($) Elastic Container Service($) SNS($) SQS($) CloudWatch($) Lambda($) CloudFormation($) CloudShell($) Total costs($) | |
Service total 69.7178195605 48.0000851136 34.9671914846 26.2952622086 24.49 4.9208341719 3.0050324 0.8185400416 0.371960364 0.0006195 0 0 0 0 0 0 0 0 212.5873448448 | |
2024-07-01 0.087223752 8.0000851464 0.003480555 3.6809276712 1.68 0.4027856181 0.5006272 0.1364233399 0.0605413133 0 0 0 0 0 14.5520945959 | |
2024-08-01 0.070711718 7.9999999464 0.00247361 3.6828499224 1.68 0.4019892471 0.5009072 0.1364233399 0.0600707974 0.000056 0 0 0 0 0 0 14.5354817812 | |
2024-09-01 3.283248923 8.000000064 0.019180555 3.6925428665 2.11 0.5159687498 0.5010248 0.136423341 0.062424709 0.0005215 0 0 0 0 0 0 18.3213355083 | |
2024-10-01 13.9630028376 7.9999999464 3.7516472304 3.56 0.8890893858 0.5007136 0.1364233399 0.0661510424 0.0000175 0 0 0 0 0 0 30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; project.clj | |
:devtools {:http-root "resources/public" | |
:http-port 8281 | |
:devtools-url "https://localqa1.myserver.com/shadow-cljs" | |
:use-document-protocol true | |
}}}} | |
; assuming you already have a sites-available file for localqa1.myserver.com | |
;localqa1.myserver.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns fdb-poc.core-test | |
(:import [java.util Calendar TimeZone] | |
[com.apple.foundationdb Database] | |
) | |
(:require [clojure.test :refer :all] | |
[clojure.string :as str] | |
[byte-streams :as bs] | |
[me.vedang.clj-fdb.FDB :as cfdb] | |
[me.vedang.clj-fdb.core :as fc] |