函数计算最大的卖点是只用交付业务代码,业务代码在预定义的被托管的可执行环境执行。
由可执行环境管理基础架构,网络,操作系统。
但问题是可执行环境包含一个特定的运行时。有可能业务需要的类库在该运行时并不存在。
而函数服务容器支持任意容器镜像作为函数服务的可执行环境能很好的解决这一问题。
函数计算最大的卖点是只用交付业务代码,业务代码在预定义的被托管的可执行环境执行。
由可执行环境管理基础架构,网络,操作系统。
但问题是可执行环境包含一个特定的运行时。有可能业务需要的类库在该运行时并不存在。
而函数服务容器支持任意容器镜像作为函数服务的可执行环境能很好的解决这一问题。
2020承接的是一个银行数据中心智能运营平台项目,这个项目需求之前由公司的售前
和银行的运维部门沟通了一年多确定下来。我以技术负责人的身份在年初加入这个项目。
加入不到半个月,客户就要求我们提供智能运营平台项目产品架构说明书和产品开发规划
database sharding
service-oriented transformation and more cross-service transactions
https://www.alibabacloud.com/blog/an-in-depth-analysis-of-distributed-transaction-solutions
$lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
sudo apt install wireguard wireguard-dkms -y
wget algo/configs/localhost/wireguard/desktop.conf /etc/wireguard/wg0.conf
sudo modprobe wireguard
sudo ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
sudo wg-quick up wg0
产品战略包括五大部分:胜出的渴望,产品方向,如何设计产品,产品的核心能力,团队管理系统
产品战略就是选择
Unless required by your authorization flow, clear the option Generate client secret. The client secret is used by applications that have a server-side component that can secure the client secret
https://github.com/vaquarkhan/vaquarkhan/wiki/Lambda-Proxy-vs-Lambda-Integration-in-AWS-API-Gateway
https://realpython.com/code-evaluation-with-aws-lambda-and-api-gateway/
https://www.baeldung.com/aws-lambda-api-gateway
git clone https://github.com/eugenp/tutorials.git
cd tutorials/aws-lambda
mvn clean package shade:shade
aws s3 cp ./target/aws-lambda-0.1.0-SNAPSHOT.jar s3://wubigo/
从S3上传文件到lambad
handler
com.baeldung.lambda.apigateway.APIDemoHandler::handleRequest
https://itnext.io/how-to-build-a-serverless-app-with-s3-and-lambda-in-15-minutes-b14eecd4ea89