- 最新
- 最多得票
- 最多評論
Hello.
Can I check VPC links with the AWS CLI "get-vpc-links" command?
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/apigateway/get-vpc-links.html
Also, is it possible that a VPC link was mistakenly created during the previous deployment or manually created through the management console, causing discrepancies with the automatic deployment?
I fixed it. I believe I had previously created some infra for another stage, then deleted it. But even though those stages were gone, an old integration referenced a deleted VPC link.
The way to solve this is to look carefully at your API Gateway's configuration and so you can search for things more easily, and this is most easily accomplished with the command:
aws apigatewayv2 export-api
Once I deleted the offending integration I was successful.
相關內容
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 個月前
This command returned nothing, unfortunately.