如何优化Lambda冷启动问题
2025-04-12
Lambda便宜,高效,和AWS的生态集成得非常好。但是由于没有一个持久运行的服务,所以当第一次请求来到的时候,需要启动服务,这一部分的耗时就是冷启动问题。本文主要探究如何优化Lambda冷启动的问题
2579 字
|
13 分钟
Deploy to maven central
2025-04-12
This is the documentation about how to deploy to maven central repository (central.sonatype.com) not the `OSSRH (oss.sonatype.org)
352 字
|
2 分钟
AWS Lambda
2023-09-07
AWS Lambda process procedure & how to return partial failure
330 字
|
2 分钟
AWS EKS In Practice 02
2023-06-02
How to setup to allow EKS pods to access AWS resource
94 字
|
1 分钟
AWS EKS In Practice 01
2023-06-01
create aws eks with ebs csi driver, efs csi driver and aws alb controller
566 字
|
3 分钟
REDIS RESP协议
2023-05-15
REDIS RESP协议
749 字
|
4 分钟
Multicast DNS & DNS-Based Service Discovery (RFC6762 & RFC6763)
Multicast DNS & DNS-Based Service Discovery (RFC6762 & RFC6763)
423 字
|
2 分钟
依赖注入实践总结
2023-02-15
依赖注入在实践中的一些总结
840 字
|
4 分钟