SOMOD prepare command creates deployable AWS SAM Project and NextJs Project.
npx somod prepare
AWS SAM Project
For the SAM Project, SOMOD creates the template.yaml
file and the .somod/
directory at the root of the module.
The AWS SAM Deployment guide explains the steps for AWS SAM Project deployment.
NextJs Project
For the NextJs Project, SOMOD creates the pages/
, public/
directories, .env
, and next.config.js
files at the root of the module.
The NextJs Deployment guide explains the different options for deploying the NextJs project.
Browse our module catalog to find out readily available modules.
Create new modules for your business use cases, and add the common modules as dependencies.
You can also submit your modules to the catalog. Read more about contributing to the module catalog here.
Find the advanced features of SOMOD and other reference material on the Reference page.
Write an email to opensource@sodaru.com