Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[launch-lambda-stack-for-ggp] should not build a lambda with GG Core Binaries #631

Open
ruggero-balteri opened this issue Jun 9, 2020 · 1 comment

Comments

@ruggero-balteri
Copy link

Currently the CF stack generated bylaunch-lambda-stack-for-ggp.sh fails.

This is because the GGP binary is bigger than 250MB which is the Lambda size limit.

To reduce the size of the JAR file I suggest to remove the GG Core binaries, which are not needed inside a Lambda.
Namely, the bash script should point to separate gradlew.build that

@komushi
Copy link

komushi commented May 24, 2021

I need to solve the 2 issues @ruggero-balteri mentioned so I created a PR myself.
#935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants