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

Function main

go/lambda-container-s3-trigger/lambda.go:68–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func main() {
69 app := awscdk.NewApp(nil)
70
71 LambdaContainerStack(app, "LambdaContainerStack", &LambdaContainerStackProps{
72 awscdk.StackProps{
73 Env: env(),
74 },
75 })
76
77 app.Synth(nil)
78}
79
80// env determines the AWS environment (account+region) in which our stack is to
81// be deployed. For more information see: https://docs.aws.amazon.com/cdk/latest/guide/environments.html

Callers

nothing calls this directly

Calls 2

LambdaContainerStackFunction · 0.85
envFunction · 0.70

Tested by

no test coverage detected