Skip to content

Instantly share code, notes, and snippets.

View Apolofx's full-sized avatar
💭

Nacho Apolofx

💭
View GitHub Profile
@Apolofx
Apolofx / lambda_timeouts_query.sql
Created April 5, 2025 15:26
CloudWatch Logs Insights query for Lambda duration stats
filter @type = "REPORT"
| stats
count(@type) as invocationsCount,
min(@duration) /1000 as minDuration,
avg(@duration) /1000 as avgDuration,
pct(@duration, 95) /1000 as p95Duration,
pct(@duration, 99) /1000 as p99Duration,
max(@duration) /1000 as maxDuration,
stddev(@duration) /1000 as stdDevDuration
by bin(1h) as timeFrame
## Install ntfs-3g
```
brew tap gromgit/homebrew-fuse
brew install --cask macfuse
brew install ntfs-3g-mac
```
## Enable Security development in your mac (startup boot configuration -> utilities)
## Identify your ntfs disk