Skip to content

Commit ec9257d

Browse files
committed
Fixed environment name
1 parent 64342dc commit ec9257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/octopus/RandomQuotes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public ProxyResponse handleRequest(final Map<String,Object> input, final Context
2222
final String json = "{\"quote\": \"" + quotes.get(randomIndex) + "\", " +
2323
"\"author\": \"" + authors.get(randomIndex) + "\", " +
2424
"\"appVersion\": \"" + getVersion() + "\", " +
25-
"\"environmentName\": \"Google Cloud Functions\", " +
25+
"\"environmentName\": \"AWS Lambda\", " +
2626
"\"quoteCount\": \"" + count.getAndIncrement() + "\" " +
2727
"}";
2828

0 commit comments

Comments
 (0)