We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64342dc commit ec9257dCopy full SHA for ec9257d
src/main/java/com/octopus/RandomQuotes.java
@@ -22,7 +22,7 @@ public ProxyResponse handleRequest(final Map<String,Object> input, final Context
22
final String json = "{\"quote\": \"" + quotes.get(randomIndex) + "\", " +
23
"\"author\": \"" + authors.get(randomIndex) + "\", " +
24
"\"appVersion\": \"" + getVersion() + "\", " +
25
- "\"environmentName\": \"Google Cloud Functions\", " +
+ "\"environmentName\": \"AWS Lambda\", " +
26
"\"quoteCount\": \"" + count.getAndIncrement() + "\" " +
27
"}";
28
0 commit comments