2.47.3 • Published 9 months ago
@intelligems/sst v2.47.3
sst
SST makes it easy to build modern full-stack applications on AWS.
The sst package is made up of the following.
sstCLIsst/nodeNode.js clientsst/constructsCDK constructs
Installation
Install the sst package in your project root.
npm install sst --save-exactUsage
Once installed, you can run the CLI commands using.
npx sst <command>Import the Node.js client in your functions. For example, you can import the Bucket client.
import { Bucket } from "sst/node/bucket";And import the constructs you need in your stacks code. For example, you can add an API.
import { Api } from "sst/constructs";For more details, head over to our docs.
2.47.3
9 months ago