Open josefaidt opened 1 year ago
was able to reproduce the issue from the steps provided, marking as bug.
also related https://github.com/aws-amplify/amplify-cli/issues/12324
note for fix: GraphQL API should not be pushed when attempting to push a specific category that is not api
Experiencing the same issue with CLI 11.0.5. Default authentication is set to Cognito User Pools, with IAM as an additional provider.
Any ETA on this to be included in a release? :)
How did you install the Amplify CLI?
pnpm
If applicable, what version of Node.js are you using?
18
Amplify CLI Version
11.0.3
What operating system are you using?
mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
n/a
Describe the bug
amplify push function
should fail fast if no functions are available in the projectExpected behavior
Reproduction steps
amplify init -y
amplify add api
> GraphQLamplify push function
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm: