lib/jets/application.rb in jets-1.4.10 vs lib/jets/application.rb in jets-1.4.11
- old
+ new
@@ -83,9 +83,13 @@
config.domain.endpoint_type = "REGIONAL" # EDGE or REGIONAL. Default to EDGE because CloudFormation update is faster
config.domain.route53 = true # controls whether or not to create the managed route53 record.
# Useful to disable this when user wants to manage the route themself like pointing
# it to CloudFront for blue-green deployments instead.
+ # Custom user lambda layers
+ config.lambda = ActiveSupport::OrderedOptions.new
+ config.lambda.layers = []
+
config
end
# Double evaling config/application.rb causes subtle issues:
# * double loading of shared resources: Jets::Stack.subclasses will have the same