Videos
Hi,
I am very new to AWS services. I have developed an API (it is deployed on my own servers) and would like to list it in the AWS marketplace. After submitting the initial product listing, I received an email from their team stating that "In order to move forward we require that all SaaS sellers have at least a portion of the application hosted with AWS."
Since I don't want to move my database there, I understand I have a few options:
-
Use AWS API Gateway to proxy requests.
-
Use AWS Lambda to host perhaps a small model that is used for the API, or some kind of function from the API.
I have additionally received information from the support that "In order for the product to be qualified, you need to host a major aspect of your product infrastructure on AWS.", however, they are unable to answer me how big of a portion it must be and are only answering very vaguely to my questions.
Perhaps there is anyone here who has listed their API in the AWS marketplace and could share their experience and what actually worked to fulfill their requirements?
Thank you!