-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Docs/deploying on aws terraform review #12633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v1.x
Are you sure you want to change the base?
Docs/deploying on aws terraform review #12633
Conversation
* Suggested fixes for backend deployment docs * Suggested fixes for backend deployment docs
Path in examples/minimal fixed.
Fix/docs suggestions
|
@u11d-maciej-lopalewski is attempting to deploy a commit to the medusajs Team on Vercel. A member of the Team first needs to authorize it. |
This pull request is a continuation of #12060. Please note that these changes are intended for Medusa v1.
I've implemented the requested changes from the previous PR.
Thank you for reviewing, and apologies for the delay.
What
This pull request adds documentation for deploying a Medusa backend and an example storefront (from official templates) on AWS using Terraform and Terraform modules. The documentation outlines the deployment process in detail.
Why
We recently created a Terraform module, available at https://registry.terraform.io/modules/u11d-com/medusajs/aws/1.0.0, to simplify Medusa deployments on AWS. This documentation is being added to explain how users can leverage this module to deploy a new Medusa instance efficiently.
How
We developed a publicly accessible Terraform module, published it on the Terraform Registry, and created accompanying documentation that describes how to use it. The documentation provides step-by-step instructions for deploying the Medusa backend and an example storefront using the module.
Testing
The changes can be tested by reviewing the documentation for clarity and completeness. Reviewers can also follow the documented steps to deploy a test instance of Medusa on AWS using the Terraform module and verify that the deployment works as expected. Ensure that all links (e.g., to the Terraform Registry) are functional and that the instructions are easy to follow.