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

Function main

go/lambda-cron/lambda-cron.go:43–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func main() {
44 app := awscdk.NewApp(nil)
45
46 NewLambdaCronStack(app, "LambdaCronStack", &LambdaCronStackProps{
47 awscdk.StackProps{
48 Env: env(),
49 },
50 })
51
52 app.Synth(nil)
53}
54
55// env determines the AWS environment (account+region) in which our stack is to
56// be deployed. For more information see: https://docs.aws.amazon.com/cdk/latest/guide/environments.html

Callers

nothing calls this directly

Calls 2

NewLambdaCronStackFunction · 0.85
envFunction · 0.70

Tested by

no test coverage detected