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
sam build --use-container --build-image powertools-examples-serialization-sam-graalvm
46
+
```
47
+
48
+
#### [Optional] Building with -SNAPSHOT versions of PowerTools
49
+
50
+
- If you are testing the example with a -SNAPSHOT version of PowerTools, the maven build inside the docker image will fail. This is because the -SNAPSHOT version of the PowerTools library that you are working on is still not available in maven central/snapshot repository.
51
+
To get around this, follow these steps:
52
+
- Create the native image using the `docker` command below on your development machine. The native image is created in the `target` directory.
0 commit comments