You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Currently the CF stack generated by
launch-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
thatThe text was updated successfully, but these errors were encountered: