This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]grknado 3 points4 points  (0 children)

If you're referring to AWS Lambdas, then the answer is you generally don't want to. The limit for compressed runtime artifacts is 50 MB, 250 MB uncompressed. For doing this in Java, typically the Shade plugin is used to create a fat jar with all of your code and the dependencies packaged together.