GH-784 Modified AWS example to NOT rely on web

Resolves #784
This commit is contained in:
Oleg Zhurakousky
2022-01-26 18:17:48 +01:00
parent da4819640f
commit aa53f67b26
3 changed files with 0 additions and 22 deletions

View File

@@ -33,15 +33,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-aws</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>