Skip to content

Commit ebda634

Browse files
committed
fix(aws): initialize the schedules map
1 parent 262277c commit ebda634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/provider/pulumi/aws/aws.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func New(s *stack.Stack, t *target.Target) common.PulumiProvider {
7474
collections: map[string]*dynamodb.Table{},
7575
images: map[string]*common.Image{},
7676
funcs: map[string]*Lambda{},
77+
schedules: map[string]*Schedule{},
7778
}
7879
}
7980

0 commit comments

Comments
 (0)