Skip to content

Commit fb19663

Browse files
Update README.md
1 parent 8143133 commit fb19663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using Java with AWS Serverless
22

3-
Java is indeed a first-class citizen of the AWS world. With the [Snapstart](https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html) feature recently released by AWS (do address cold-start concerns), as well as support for *Java 17* runtime for AWS Lambdas, we can use a powerful language to implement our serverless functions.
3+
Java is indeed a first-class citizen of the AWS world. With the [Snapstart](https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html) feature recently released by AWS (to address cold-start concerns), as well as support for *Java 17* runtime for AWS Lambdas, we can use a powerful language to implement our serverless functions.
44

55
In this tutorial we will look at using the following technologies:
66

0 commit comments

Comments
 (0)