You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using Java with AWS Serverless
2
2
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.
4
4
5
5
In this tutorial we will look at using the following technologies:
0 commit comments