Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions samples/spark/pet-store/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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": [
Expand All @@ -50,7 +50,7 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSparkSample
"Capabilities": [
"CAPABILITY_IAM"
],
"StackName": "JerseySample",
"StackName": "SparkSample",
"NotificationARNs": [],
"StackStatus": "UPDATE_COMPLETE"
}
Expand All @@ -59,4 +59,4 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSparkSample

```

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