作者:苦柚甜甜 | 来源:互联网 | 2023-09-25 07:48
IcreatedaresourceinAmazonsApiGateway.ItispointingtoaLambdafunction.Thisisbeinghit
I created a resource in Amazon's ApiGateway. It is pointing to a Lambda function. This is being hit by a native mobile application (android and ios) which is already in the wild.
我在亚马逊的ApiGateway中创建了一个资源。它指向Lambda函数。这是受到本机移动应用程序(android和ios)的影响,它已经在野外。
I now want to modify the Lambda function, but I see no way to change my ApiGateway resource to point to an alias of the lambda. This is my first time playing with any of these technologies and I see no easy mechanism to manage this in the aws console.
我现在想要修改Lambda函数,但我认为无法将我的ApiGateway资源更改为指向lambda的别名。这是我第一次使用这些技术,我发现在aws控制台中没有简单的机制来管理它。
How can I modify my ApiGateway resource to point to my lambda alias so I can edit trunk without affecting existing clients?
如何修改我的ApiGateway资源以指向我的lambda别名,以便我可以编辑trunk而不影响现有客户端?
2 个解决方案