Serverless/ Functions

Functions

The three Lambda functions sharing one artifact — HTTP, queue worker, and CLI/scheduler.

httpacme-production-http

Invocations (24h)

171k

Errors

21

Throttles

0

p50 / p95 / p99

32 / 86 / 180 ms

Max memory

184 / 1024 MB

Configuration

runtimeprovided.al2023
architecturex86_64
memory1024 MB
timeout28s
ephemeral /tmp512 MB
live version$LATEST
reserved concurrency

Recent activity

01:42:09 GET / 200 31ms
01:42:03 GET /pricing 200 28ms
01:41:58POST /checkout 500 timeout

Tail live with cloud logs --function http --tail

Environment (5 vars)

APP_ENV••••••••
ASSET_URL••••••••
TSCLOUD_CACHE_TABLE••••••••
DB_HOST••••••••
QUEUE_CONNECTION••••••••

Pull/edit with cloud env:pull --function http

queueacme-production-queue

Invocations (24h)

13k

Errors

3

Throttles

0

p50 / p95 / p99

120 / 240 / 410 ms

Max memory

256 / 1024 MB

Configuration

runtimeprovided.al2023
architecturex86_64
memory1024 MB
timeout120s
ephemeral /tmp512 MB
live version$LATEST
reserved concurrency10

Recent activity

01:41:40 job App\Jobs\SendInvoice ok 210ms
01:40:12job App\Jobs\Resize failed → DLQ

Tail live with cloud logs --function queue --tail

Environment (3 vars)

APP_ENV••••••••
QUEUE_CONNECTION••••••••
TSCLOUD_SQS_RECORD••••••••

Pull/edit with cloud env:pull --function queue

cliacme-production-cli

Invocations (24h)

1.4k

Errors

0

Throttles

0

p50 / p95 / p99

800 / 1100 / 1400 ms

Max memory

312 / 1024 MB

Configuration

runtimeprovided.al2023
architecturex86_64
memory1024 MB
timeout900s
ephemeral /tmp512 MB
live version$LATEST
reserved concurrency

Recent activity

01:42:00 schedule:run ok 740ms
01:41:00 schedule:run ok 690ms

Tail live with cloud logs --function cli --tail

Environment (2 vars)

APP_ENV••••••••
TSCLOUD_SCHEDULER••••••••

Pull/edit with cloud env:pull --function cli