EDIT:
Iāve made some changes to the key schema that might have broken the implementation. Still, the discrepancy between the output between the prod and dev stages is a bit weird.
Had same issue on windows. Fixed it by having body as
ābody ā{ āācontentāā: āāhello worldāā, āāattachmentāā:"āhello.jpgā" }ā
Hi, when I run the cli test command, I got this info āIncorrect username or password.ā Anyone has same issue? I used the same mock userName and password those mentioned in chapter.
Struggled with a 500 error for quite a while. I used the reserved keyword: name. Finally found the error by looking at the cloudlogs. In the future, I will use the cloudlog a lot more. Itās awesome!
I had an issue where running the aws command (ex. aws cognito-idp sign-up...) was making the request hang (I could tell because i added the --debug option, which logs everything).
Solution: My VPN was blocking any requests to AWS. Turning off my VPN made it work.
-The starting and ending quotation marks of {\"content\":\"helloworld\",\"attachment\":\"hello.jpg\"} needs to be closed with a single quote (') instead of (")
-There can be NO space in the content so it needs to be removed or replaced with an underscore (_)
Hereās the original from the guide for Windows for comparison:-
Hey! Iām getting this kind of error:
Authenticating with User Pool
Getting temporary credentials
Invalid identity pool configuration. Check assigned IAM roles for this pool.
If anyone has an insight, do let me know. I checked my IAM role and Iām pretty sure my YAML is perfect; I saw the posts above. Iām supposed to have my UnAuth and Auth role as the same thing, right?