You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
With the iOS sample app, AWSSignatureV4Signer does not have a method signerWithCredentialsProvider, so the code will not compile with the latest dependencies.
The suspect line of code is 117 of PETLambdaMicroserviceClient.m:
With the iOS sample app, AWSSignatureV4Signer does not have a method signerWithCredentialsProvider, so the code will not compile with the latest dependencies.
The suspect line of code is 117 of PETLambdaMicroserviceClient.m:
Changing the signer to v2 does not fix the code - API Gateway requests requiring AWS_IAM do not succeed. The Xcode console reports
The unauthenticated AWS_IAM request for registering a user works, so connectivity is established new users are registered with the login screen.
The text was updated successfully, but these errors were encountered: