Skip to content

Commit 1db777f

Browse files
author
Vadym Kazulkin
committed
improved readme
1 parent c2ffaa9 commit 1db777f

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

spring-boot-3.2-docker-image/pom.xml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -174,46 +174,4 @@
174174
-->
175175
</plugins>
176176
</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>
219177
</project>

spring-boot-3.2-docker-image/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ Resources:
183183

184184
Outputs:
185185
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"
187187
Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/prod/products"

0 commit comments

Comments
 (0)