document-understanding-solution
document-understanding-solution copied to clipboard
ApiGateway not upating via codeBuild
Describe the bug My client is trying to hit an old APIGateway endpoint after updating the stack via codebuild. I have calls being made to https://oakcalov4g.execute-api..... when the only live gateway is now https://bed2g6zyd1.execute-api....
To Reproduce Deploy stack Make some change to the codecommit repo Kick off a codeBuild for the stack
Expected behavior Updated stack should point to the correct endpoint.
Please complete the following information about the solution:
- [v1.0.1] Version:
- [us-east-1] Region:
- [Y] Was the solution modified from the version published on this repository?
- [N] If the answer to the previous question was yes, are the changes available on GitHub? No changes have been made to any sort of deployment scripts. Just tinkering with the site & excel file generation.
- [Y] Have you checked your service quotas for the sevices this solution uses?
- [N] Were there any errors in the CloudWatch Logs?
I would assume that the APIGateway needs to be updated in waht seems like a .env file, but I have no idea where that file lives. I also kicked a codebuild off manually, not via the codePipeline. I can't see why this would matter but I recognize that's different from the turnkey solution.