aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.83k stars 822 forks source link

Throw an error for unsupported categories in Gen2 #13938

Closed bzsurbhi closed 2 months ago

bzsurbhi commented 2 months ago

Description of changes

Handle geo, analytics, rest API, predictions, interactions, notifications and custom resources. Detected these resources and added error statements in backend.ts.

Screenshot 2024-09-23 at 3 40 11 PM

Description of how you validated changes

Deployed the changes to sandbox, verified the error being thrown

Screenshot 2024-09-23 at 3 37 47 PM

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.