# Get microsecond read latency on AWS Lambda with local databases

DevFeed: [Get microsecond read latency on AWS Lambda with local databases](<https://devfeed.tech/articles/get-microsecond-read-latency-on-aws-lambda-with-local-databases-5952.md>)

Original publisher: [Read original article](<https://turso.tech/blog/get-microsecond-read-latency-on-aws-lambda-with-local-databases-479db00a>)

Author: Piotr Sarna

Published: 2023-11-21T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [DSQL](<https://devfeed.tech/topics/dsql.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [latency](<https://devfeed.tech/tags/latency.md>), [local](<https://devfeed.tech/tags/local.md>), [network](<https://devfeed.tech/tags/network.md>), [programming](<https://devfeed.tech/tags/programming.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sql](<https://devfeed.tech/tags/sql.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

The article showcases an app that stores SQL data locally in AWS Lambda, enabling local disk reads instead of network roundtrips. The supplied text also notes that the post references an older version of Turso.

## Source excerpt

Showcase of an app that stores your SQL data locally in AWS Lambda allowing you to do local disk reads instead of costly network roundtrips.