Skip to content

Commit 889d5b5

Browse files
authored
Update README.md
1 parent 20fadbe commit 889d5b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ following [OS-only runtime machines](https://docs.aws.amazon.com/lambda/latest/d
2121

2222
Performance benchmarks reveal that Kotlin Native's "Hello World" Lambda function, executed on Amazon
2323
Linux 2023 (x86_64) with 1024MB of memory, ranks among the top 5 fastest cold starts. Its
24-
performance is on par with Python and .NET implementations. For a comparison with other languages (
25-
including Java), visit https://maxday.github.io/lambda-perf/.
24+
performance is on par with Python and .NET implementations. For a comparison with other languages (including Java), visit https://maxday.github.io/lambda-perf/.
2625

2726
![Kotlin Native AWS Lambda Runtime benchmarks](docs/performance_hello_world.png)
2827

@@ -145,7 +144,7 @@ used. Here's how to run project's sample:
145144
3. Run `docker build -t sample:latest .`
146145
4. Start server `docker run -p 9000:8080 sample:latest`
147146
5. Execute function
148-
via `curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'`
147+
using `curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'`
149148

150149
## Build and deploy to AWS
151150

0 commit comments

Comments
 (0)