Rauri Rochford
Rauri Rochford
As demonstrated here: https://github.com/raurir/svelte-code-linting#autoformatting Similar if not identical to #60
### Describe the bug Attempting to upgrade pdk, pdk dependencies and projen roles back to previous versions. ### Expected Behavior aws/pdk should be upgraded to latest and projen should be...
We get multiple errors in our app using `useSigV4Client` The error is `Refused to set unsafe header "host"` on every request. It stems from this line of code: https://github.com/aws/aws-northstar/blob/main/packages/ui/src/components/CognitoAuth/hooks/useSigv4Client/utils/awsSigv4Fetch/index.ts#L59 We...