- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 20 days ago
This command returned nothing, unfortunately.