File tree Expand file tree Collapse file tree 2 files changed +1
-43
lines changed
spring-boot-3.2-docker-image Expand file tree Collapse file tree 2 files changed +1
-43
lines changed Original file line number Diff line number Diff line change 174
174
-->
175
175
</plugins >
176
176
</build >
177
- <profiles >
178
- <profile >
179
- <id >native</id >
180
- <activation >
181
- <property >
182
- <name >native</name >
183
- </property >
184
- </activation >
185
- <build >
186
- <plugins >
187
- <plugin >
188
- <groupId >org.graalvm.buildtools</groupId >
189
- <artifactId >native-maven-plugin</artifactId >
190
- <configuration >
191
- <mainClass >software.amazonaws.Application</mainClass >
192
- </configuration >
193
- <executions >
194
- <execution >
195
- <id >build-native</id >
196
- <goals >
197
- <goal >compile-no-fork</goal >
198
- </goals >
199
- <phase >package</phase >
200
- </execution >
201
- </executions >
202
- </plugin >
203
- <plugin >
204
- <groupId >org.springframework.boot</groupId >
205
- <artifactId >spring-boot-maven-plugin</artifactId >
206
- <executions >
207
- <execution >
208
- <id >process-aot</id >
209
- <goals >
210
- <goal >process-aot</goal >
211
- </goals >
212
- </execution >
213
- </executions >
214
- </plugin >
215
- </plugins >
216
- </build >
217
- </profile >
218
- </profiles >
219
177
</project >
Original file line number Diff line number Diff line change @@ -183,5 +183,5 @@ Resources:
183
183
184
184
Outputs :
185
185
AWSLambdaJavaSpringBootJava21DockerImageApiEndpoint :
186
- Description : " API Gateway endpoint URL for Prod stage for AWS Lambda Java Snap Start "
186
+ Description : " API Gateway endpoint URL for Prod stage for AWS Lambda with Docker Image "
187
187
Value : !Sub "https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/prod/products"
You can’t perform that action at this time.
0 commit comments