0.35.1-next.2 • Published 5 years ago
@mittonface/resources v0.35.1-next.2
@serverless-stack/resources 
The @serverless-stack/resources package provides a set of additional CDK constructs necessary to build an SST app.
View the @serverless-stack/resources docs here.
Installation
This package is usually installed together with @serverless-stack/cli.
# With npm
$ npm install @serverless-stack/cli @serverless-stack/resources --save-exact
# Or with Yarn
$ yarn add @serverless-stack/cli @serverless-stack/resources --exactNote that, the version of these packages should be kept in sync.
Importing Constructs
You can either import specific constructs in your app.
import { Api } from "@serverless-stack/resources";Or import them all.
import * as sst from "@serverless-stack/resources";SST Constructs
SST comes with a two types of constructs.
Low-Level Constructs
These either extend or replace the native CDK constructs.
Higher-Level Constructs
These are higher level abstractions that wrap around multiple constructs to serve specific use cases.
0.35.1-next.14
5 years ago
0.35.1-next.13
5 years ago
0.35.1-next.12
5 years ago
0.35.1-next.11
5 years ago
0.35.1-next.10
5 years ago
0.35.1-next.9
5 years ago
0.35.1-next.8
5 years ago
0.35.1-next.7
5 years ago
0.35.1-next.5
5 years ago
0.35.1-next.4
5 years ago
0.35.1-next.3
5 years ago
0.35.1-next.2
5 years ago