Skip to content

Commit f09af50

Browse files
authored
Merge pull request #22 from yyolk/patch-1
Update samples/spark README.md
2 parents d1a8ff2 + c660437 commit f09af50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/spark/pet-store/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serverless Jersey example
1+
# Serverless Spark example
22
A basic pet store written with the [Spark framework](http://sparkjava.com/). The `LambdaHandler` object is the main entry point for Lambda.
33

44
The application can be deployed in an AWS account using the [Serverless Application Model](https://github.com/awslabs/serverless-application-model). The `sam.yaml` file in the root folder contains the application definition
@@ -36,7 +36,7 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSparkSample
3636
{
3737
"Stacks": [
3838
{
39-
"StackId": "arn:aws:cloudformation:us-west-2:xxxxxxxx:stack/JerseySample/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx",
39+
"StackId": "arn:aws:cloudformation:us-west-2:xxxxxxxx:stack/SparkSample/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx",
4040
"Description": "Example Pet Store API written with spark with the aws-serverless-java-container library",
4141
"Tags": [],
4242
"Outputs": [
@@ -50,7 +50,7 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSparkSample
5050
"Capabilities": [
5151
"CAPABILITY_IAM"
5252
],
53-
"StackName": "JerseySample",
53+
"StackName": "SparkSample",
5454
"NotificationARNs": [],
5555
"StackStatus": "UPDATE_COMPLETE"
5656
}
@@ -59,4 +59,4 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSparkSample
5959
6060
```
6161

62-
Copy the `OutputValue` into a browser to test a first request.
62+
Copy the `OutputValue` into a browser to test a first request.

0 commit comments

Comments
 (0)