TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Data API for Amazon Aurora Serverless

83 pointsby vincentdmalmost 6 years ago

6 comments

coderecipealmost 6 years ago
With this, VPC is no longer needed from lambda call to RDS, and this means that cold start time will be lowered from seconds to milliseconds. I made a ready to use recipe (source code+deployment script+demo included) here <a href="https:&#x2F;&#x2F;coderecipe.ai&#x2F;architectures&#x2F;77374273" rel="nofollow">https:&#x2F;&#x2F;coderecipe.ai&#x2F;architectures&#x2F;77374273</a> hopefully this help others to easily onboard to this new API.
评论 #20059970 未加载
etaioinshrdlualmost 6 years ago
I told my AWS account manager today that this is what I wanted to see on Aurora Serverless:<p>- mysql 5.7 compatibility<p>- acting as replication master or slave<p>- faster upscaling, more likes 5s instead of 30s<p>- publicly accessible over internet (the rest of RDS has this)<p>- aurora parallel query built in<p>- aurora multi master built in<p>Basically, I asked for one product to merge all their interesting features. That sounds nice and like a one-size-fits all database. I would very much like to use it in production. It would require very little maintenance.
hn_throwaway_99almost 6 years ago
I wonder what effect this may have for AWS Lambdas connecting to a DB for synchronous calls (e.g. through API gateway). The biggest issue with Lambdas IMO is the cold start time. If your Lambda is in a VPC the cold start time is around 8-10 <i>seconds</i>, and if you have decent security practices your database will be in a VPC. I know AWS said they would be working on improving Lambda VPC cold start times, but would like to know if using Aurora Serverless with these kind of &quot;connectionless connections&quot; would also get rid of the need to be in a VPC. I&#x27;ve used Aurora (and really, really liked it) but I haven&#x27;t used Aurora Serverless.
评论 #20057606 未加载
评论 #20058654 未加载
评论 #20057591 未加载
评论 #20057877 未加载
评论 #20057875 未加载
cavisnealmost 6 years ago
Another cool thing about this is it avoids the connection pool issue with Lambda (where concurrent requests cant reuse connections).<p>Aurora is already pretty good at handling a lot of connections but this is even better.
评论 #20057917 未加载
评论 #20058682 未加载
tienshiaoalmost 6 years ago
The beta version seemed like it had pretty poor performance: <a href="https:&#x2F;&#x2F;www.jeremydaly.com&#x2F;aurora-serverless-data-api-a-first-look&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jeremydaly.com&#x2F;aurora-serverless-data-api-a-firs...</a><p>Does anyone have performance feedback now that it is no longer beta?
评论 #20057738 未加载
评论 #20063169 未加载
blaisioalmost 6 years ago
... Don&#x27;t you have to establish an HTTPS connection to use this API? Is that really easier than using the existing MySQL protocol? Or is it really so horrible that HTTPS is faster?<p>Things establishing new connections will never be as fast as things reusing existing connections. It seems wasteful to ignore this.
评论 #20058286 未加载
评论 #20058537 未加载
评论 #20058588 未加载