lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

add Gradle and Maven into Java8 + bump aws-lambda-builders #167

Closed jfuss closed 5 years ago

sriram-mv commented 5 years ago

đź‘Ť

jfuss commented 5 years ago

@mhart Would you prefer the gradle and maven to be its own layer (a different RUN command) instead of lumping everything into one? This might be helpful when gradle or maven needs updates but not the runtime itself.

mhart commented 5 years ago

Nah, not too fussed about that – maven and gradle are updated pretty rarely – probably more rarely than the Lambda base OS layer itself is updated – and when that happens we have to rebuild all layers anyway.

mhart commented 5 years ago

Great! Merging now, will let you know when they've all been pushed

mhart commented 5 years ago

All pushed!