Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 AWS API Gateway / HTTP API(不是 REST API)中,我设置了一个阶段变量。有没有办法在通过该 API 调用的 Lambda 函数中获取该变量的值?
根据文档,您可以stage通过requestContext -> stage.
stage
requestContext -> stage