产品战略包括五大部分:胜出的渴望,产品方向,如何设计产品,产品的核心能力,团队管理系统
产品战略就是选择
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
mkdir ~/.pip
cat <<EOF > ~/.pip/pip.conf
[global]
trusted-host = mirrors.aliyun.com
index-url = http://mirrors.aliyun.com/pypi/simple
EOF
或者
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443)
$HOME/.config/pip/pip.conf
[global]
trusted-host=mirrors.aliyun.com
index-url=http://mirrors.aliyun.com/pypi/simple/
Python 3.6.8
File "C:\code\venv3\lib\site-packages\pip\_vendor\distlib\scripts.py", line 383, in _get_launcher
raise ValueError(msg)
ValueError: Unable to find resource t64.exe in package pip._vendor.distlib
python -m pip uninstall pip
python -m ensurepip
python -m pip install -U pip
否则报UnicodeDecodeError: ‘gbk’ codec can’t decode
python-3.6.8-amd64
py -3.6 -m pip install virtualenv
py -3.6 -m virtualenv venv3
.\venv3\script\activate
pip install zappa
git clone https://github.com/Miserlou/Zappa.git
cd zappy/example
pip install flask
zappa deploy dev_event
检查状态
zappa status dev_api
IllegalLocationConstraintException
get this error if you're trying to create a bucket with a name that's already been taken
https://stackoverflow.com/questions/49174673/aws-s3api-create-bucket-bucket-make-exception
--create-bucket-configuration LocationConstraint=eu-west-1
The size of the market for multiparty, multicloud data and code aggregation is enormous and only grows larger as companies capture every last bit of data. Vendia’s serverless-based technology offers benefits such as ease of experimentation, no operational heavy lifting and a pay-as-you-go pricing model, making it both very consumable and highly disruptive
Fast Identity Online (FIDO)
WebAuthn was officially recognized as a W3C web standard in March 2019. Today, WebAuthn is part of the FIDO Alliance’s FIDO2 specifications and the FIDO Alliance runs certification programs to ensure compliance

C:\Documents and Settings\All Users\Application Data\VMware\vmnetdhcp.conf
host VMnet8 {
hardware ethernet 00:0C:29:23:AV:67;
fixed-address 192.168.137.170;
}
net stop vmnetdhcp
net start vmnetdhcp