From c6604372f552bfc615221724701f3262dd4157cd Mon Sep 17 00:00:00 2001 From: Joseph Chiocchi Date: Fri, 14 Apr 2017 13:48:35 -0500 Subject: [PATCH] Update README.md change references from "jersey" to "spark" --- samples/spark/pet-store/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/spark/pet-store/README.md b/samples/spark/pet-store/README.md index 307e74ece..5d3e34d5a 100644 --- a/samples/spark/pet-store/README.md +++ b/samples/spark/pet-store/README.md @@ -1,4 +1,4 @@ -# Serverless Jersey example +# Serverless Spark example A basic pet store written with the [Spark framework](http://sparkjava.com/). The `LambdaHandler` object is the main entry point for Lambda. 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 { "Stacks": [ { - "StackId": "arn:aws:cloudformation:us-west-2:xxxxxxxx:stack/JerseySample/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx", + "StackId": "arn:aws:cloudformation:us-west-2:xxxxxxxx:stack/SparkSample/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx", "Description": "Example Pet Store API written with spark with the aws-serverless-java-container library", "Tags": [], "Outputs": [ @@ -50,7 +50,7 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSparkSample "Capabilities": [ "CAPABILITY_IAM" ], - "StackName": "JerseySample", + "StackName": "SparkSample", "NotificationARNs": [], "StackStatus": "UPDATE_COMPLETE" } @@ -59,4 +59,4 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSparkSample ``` -Copy the `OutputValue` into a browser to test a first request. \ No newline at end of file +Copy the `OutputValue` into a browser to test a first request.