We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420048d commit 15a91c0Copy full SHA for 15a91c0
examples/powertools-examples-parameters/sam-graalvm/Makefile
@@ -1,5 +1,5 @@
1
build-ParametersFunction:
2
-
+ mvn clean package -P native-image
3
chmod +x target/hello-world
4
cp target/hello-world $(ARTIFACTS_DIR) # (ARTIFACTS_DIR --> https://github.com/aws/aws-lambda-builders/blob/develop/aws_lambda_builders/workflows/custom_make/DESIGN.md#implementation)
5
chmod +x src/main/config/bootstrap
0 commit comments