I'm trying to integrate AWS authentication in my android application, I'm using AWS amplify.
While trying to use amplify push
command i received following error.
An error occurred during the push operation: app\src\main\res\raw contains invalid WIN32 path characters.
I'm pushing below category:
| Category | Resource name | Operation | Provider plugin |
| -------- | -------------------------- | --------- | ----------------- |
| Auth | <My Resource name> | Create | awscloudformation |
Please if someone could help me solving this issue.