繁体   English   中英

使用 API 键入 Python 访问 AWS API 网关端点

[英]Access AWS API Gatway Endpoint with API Key in Python

我有一个带有 API 密钥的 API 端点,我正在尝试使用带有 boto3 的 Python 从端点读取一些数据。 我怎样才能做到这一点?

我阅读了 boto3 APIGateway并没有帮助,我迷路了。

boto3 SDK 用于管理(创建、删除、更新)您的 API 网关设置。

To actually call and use the resulting API as an enduser you need to use regular http tools, such as curl for command line use, postman for more user friendly experience or requests library for Python

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM