awslabs / sbt-aws

SaaS Builder Toolkit for AWS is a developer toolkit to implement SaaS best practices and increase developer velocity.
Apache License 2.0
90 stars 16 forks source link

docs: refresh readmes #60

Closed suhussai closed 4 days ago

suhussai commented 1 week ago

Issue # (if applicable)

Closes https://github.com/awslabs/sbt-aws/issues/42

Reason for this change

Description of changes

Refreshed the READMEs to reflect some important updates.

Description of how you validated changes

Checklist


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

Hoseong-Seo commented 4 days ago

In line 55 of docs/public/marketplace-integration.md, change _pricingModel: AWSMarketplaceSaaSPricingModel.CONTRACTS_WITHSUBSCRIPTION, to pricingModel: sbt.AWSMarketplaceSaaSPricingModel.CONTRACTS_WITH_SUBSCRIPTION,

suhussai commented 4 days ago

In line 55 of docs/public/marketplace-integration.md, change _pricingModel: AWSMarketplaceSaaSPricingModel.CONTRACTS_WITHSUBSCRIPTION, to pricingModel: sbt.AWSMarketplaceSaaSPricingModel.CONTRACTS_WITH_SUBSCRIPTION,

Fixed. Thanks!