Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
const
{ CDK_LOCAL } = process.env;
7
8
interface
Props {}
9
10
export
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