Method: Jets::Builders::LambdaLayer#build
- Defined in:
- lib/jets/builders/lambda_layer.rb
#build ⇒ Object
At this point gems are in the stage/code and stage/rack folders still. We consolidate all gems to stage/opt. Then replace the binary gems.
8 9 10 11 |
# File 'lib/jets/builders/lambda_layer.rb', line 8 def build consolidate_gems_to_opt replace_compiled_gems end |