Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Aws Lambda Go Api Proxy | 891 | 30 | 5 days ago | 22 | June 21, 2022 | 74 | apache-2.0 | Go | ||
lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway. | ||||||||||
Awslambdaproxy | 685 | 2 years ago | 7 | June 19, 2020 | mit | Go | ||||
An AWS Lambda powered HTTP/SOCKS web proxy | ||||||||||
Aws Lambda Fastify | 444 | 4 | 6 days ago | 28 | June 05, 2022 | 4 | mit | JavaScript | ||
Insipired by aws-serverless-express to work with Fastify with inject functionality. | ||||||||||
Aws Lambda Debugger | 286 | 2 years ago | 1 | mit | JavaScript | |||||
Run Node in Lambda. Debug from your machine. | ||||||||||
Node Aws Lambda | 261 | 95 | 15 | 3 years ago | 12 | March 31, 2016 | 11 | JavaScript | ||
A module help you automate AWS lambda function deployment. | ||||||||||
Awsgi | 132 | 7 | 3 years ago | 17 | July 07, 2020 | 12 | mit | Python | ||
A WSGI gateway for the AWS API Gateway/Lambda proxy integration | ||||||||||
Lambda Toolkit | 114 | 6 years ago | 41 | August 09, 2017 | apache-2.0 | Python | ||||
*DO NOT USE* - This project was done during my initial python and lambda's studies. I would recommend you the `serverless framework`. | ||||||||||
Aws Lambda Router | 96 | 4 | 3 months ago | 26 | July 02, 2021 | 11 | apache-2.0 | TypeScript | ||
Improved routing for AWS Lambda like SNS and ApiGateway | ||||||||||
Aws Lambda Go Proxy | 85 | 6 years ago | May 31, 2021 | apache-2.0 | Go | |||||
:zap: :cloud: Pass Lambda events to the application running on your machine | Debug real traffic locally | Forget about redeployments | ||||||||||
Lambda Scraper | 62 | 15 days ago | bsd-3-clause | Python | ||||||
Use AWS Lambda functions as a proxy pool to scrape web pages. |
java-agent、在skywalking的APM监控中看到
jvm-access、在jvm的安全管理看到:https://blog.csdn.net/singgel/article/details/81873561
jvm-classloader、在spring热部署看到:https://blog.csdn.net/singgel/article/details/46867001
jUnitPerf、在进行单元测试看到:https://blog.csdn.net/singgel/article/details/89399232
枚举、在mybatis的映射思考得到:https://blog.csdn.net/singgel/article/details/79784190
反射、在rmi的思考中得到:https://blog.csdn.net/singgel/article/details/51682878
异常、
泛型、在java8的特性回顾中写到:https://blog.csdn.net/singgel/article/details/54289874
集合、在集合迭代时对集合进行修改抛ConcurrentModificationException原因的深究:https://blog.csdn.net/singgel/article/details/52416356
线程、在线程数多少合适时思考得到
代理、cglib的代理实现具体实现细节,asm包是怎么改变字节码的看到:https://blog.csdn.net/singgel/article/details/83185827
算法在我的博客里面有相应的解释,以及动态的gif图片引导你理解:https://blog.csdn.net/singgel/article/details/80335658