Duk*_*gal 5 python boto python-3.x
此页面仅显示异步调用的方法。我想象会有一个同步调用选项。
http://boto.readthedocs.org/en/latest/ref/awslamba.html?highlight=invoke
显然,.NET 是可能的:
你当然可以做到这一点。
response = client.invoke(
FunctionName='string',
InvocationType='Event'|'RequestResponse'|'DryRun',
LogType='None'|'Tail',
ClientContext='string',
Payload=b'bytes',
Qualifier='string'
)
Run Code Online (Sandbox Code Playgroud)
http://boto3.readthedocs.org/en/latest/reference/services/lambda.html#Lambda.Client.invoke