Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 390 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 390 Bytes

Shopware App Server on Lambda using DynamoDB as storage

This project uses Node.js, DynamoDB, AWS and SST to create a serverless app that can be used as a Shopware App Server.

Install the dependencies:

npm install

Install SST

brew install sst/tap/sst

Deploy your app

sst deploy

or run it in dev mode

sst dev