Skip to content

Commit

Permalink
fix(aws): Fix missing schedule map instansiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Dec 20, 2024
1 parent 6fe6994 commit fe39988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/aws/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ func NewNitricAwsProvider() *NitricAwsPulumiProvider {
Apis: make(map[string]*apigatewayv2.Api),
HttpProxies: make(map[string]*apigatewayv2.Api),
Secrets: make(map[string]*secretsmanager.Secret),
Schedules: make(map[string]*scheduler.Schedule),
Buckets: make(map[string]*s3.Bucket),
BucketNotifications: make(map[string]*s3.BucketNotification),
Websockets: make(map[string]*apigatewayv2.Api),
Expand Down

0 comments on commit fe39988

Please sign in to comment.