MCPcopy Create free account
hub / github.com/codetalkio/patterns-serverless-rust-minimal / Props

Interface Props

deployment/lib/lambda-stack.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const { CDK_LOCAL } = process.env;
7
8interface Props {}
9
10export class LambdaStack extends core.Stack {
11 constructor(scope: cdk.App, id: string, props: Props) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected