MCPcopy Create free account
hub / github.com/aws-samples/aws-cdk-examples / main

Function main

go/lambda-dynamodb/lambda-dynamodb.go:61–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func main() {
62 app := awscdk.NewApp(nil)
63
64 NewLambdaDynamodbStack(app, "LambdaDynamodbStack", &LambdaDynamodbStackProps{
65 awscdk.StackProps{
66 Env: env(),
67 },
68 })
69
70 app.Synth(nil)
71}
72
73func env() *awscdk.Environment {
74 return nil

Callers

nothing calls this directly

Calls 2

NewLambdaDynamodbStackFunction · 0.85
envFunction · 0.70

Tested by

no test coverage detected