sst.config.ts — drizzle-orm Source File
Architecture documentation for sst.config.ts, a typescript file in the drizzle-orm codebase.
Entity Profile
Relationship Graph
Source Code
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="./.sst/platform/config.d.ts" />
export default $config({
app(_input) {
return {
name: 'awsdataapi',
removal: 'remove',
home: 'aws',
};
},
async run() {
new sst.aws.Postgres('Postgres', {
scaling: {
min: '0.5 ACU',
max: '1 ACU',
},
});
},
});
Domain
Subdomains
Functions
Source
Frequently Asked Questions
What does sst.config.ts do?
sst.config.ts is a source file in the drizzle-orm codebase, written in typescript. It belongs to the DrizzleORM domain, RelationalQuery subdomain.
What functions are defined in sst.config.ts?
sst.config.ts defines 2 function(s): default.app, default.run.
Where is sst.config.ts in the architecture?
sst.config.ts is located at integration-tests/sst.config.ts (domain: DrizzleORM, subdomain: RelationalQuery, directory: integration-tests).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free