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 8ed36b99e6
commit aa38cb0e56
3 changed files with 0 additions and 22 deletions

View File

@@ -33,11 +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>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>