Marco Leong
Marco Leong
Agree, it is clear in the doc shows that `overwrite.cli.url` isn't there for environment variable. However, for the use case of SSL + mobile Apps, `overwrite.cli.url` is essential to be...
Temporary workaround 1. `git clone` the repo 2. `cd` to the directory 3. `git revert f5ea1e9 --no-edit` to revert this particular changes for the time being
> I had the same problem, but deleting and recreating the venv fixed it I tried removing `venv` the error persisted. `git revert` or just checkout the commit prior worked...
it requires `python3.10`, for some reasons some version of ubuntu is unable to find that. A workaround: ``` sudo apt-get install software-properties-common -y sudo add-apt-repository ppa:deadsnakes/ppa -y sudo apt install...
I have discovered another scenario for the error `ApiGatewayManagedOverrides can only be associated to APIs created via quick create`. This can happen when`Target` is missed `AWS::ApiGatewayV2::Api`, the result is `ApiGatewayManagedOverrides`...