I have the application containing Lambda function, API gateway, and Dynamodb Table. I want to place complete package in AWS marketplace but not as a SaaS product.
I want to install this package on customer side.
For example - An application, having an lambda function which triggers by dynamoDb table change, also have a api gateway. This application works fine at my end. I want to publish this complete package on marketplace but not as a saas product. I want that this complete package get deployed on customer's AWS instance. But I think my product is not an AMI product or SaaS as well. If you have any solution that how to list a lambda based app on marketplace.
You can monetize an API using api gateways marketplace integration. But this requires you run and manage the application.
https://aws.amazon.com/blogs/compute/monetize-your-apis-in-aws-marketplace-using-api-gateway/
But AWS marketplace doesn't currently support what you need.