Skip to content

Commit d48554f

Browse files
authored
Update README.md
1 parent d71bf7b commit d48554f

File tree

1 file changed

+2
-2
lines changed
  • aws-serverless-springboot-archetype/src/main/resources/archetype-resources

1 file changed

+2
-2
lines changed

aws-serverless-springboot-archetype/src/main/resources/archetype-resources/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The starter project defines a simple `/ping` resource that can accept `GET` requ
2323
The project folder also includes a `sam.yaml` file. You can use this [SAM](https://github.com/awslabs/serverless-application-model) file to deploy the project to AWS Lambda and Amazon API Gateway or test in local with [SAM Local](https://github.com/awslabs/aws-sam-local).
2424

2525
## Building the project
26-
Using [Maven](https://maven.apache.org/), you can create an AWS Lambda-compatible zip file simply by running the maven package command from the projct folder.
26+
Using [Maven](https://maven.apache.org/), you can create an AWS Lambda-compatible zip file simply by running the maven package command from the project folder.
2727
```bash
2828
$ mvn archetype:generate -DartifactId=\${artifactId} -DarchetypeGroupId=com.amazonaws.serverless.archetypes -DarchetypeArtifactId=aws-serverless-springboot-archetype -DarchetypeVersion=${project.version} -DgroupId=\${groupId} -Dversion=\${version} -Dinteractive=false
2929
$ cd \${artifactId}
@@ -125,4 +125,4 @@ $ curl -s https://xxxxxxx.execute-api.us-west-2.amazonaws.com/Prod/ping | python
125125
{
126126
"pong": "Hello, World!"
127127
}
128-
```
128+
```

0 commit comments

Comments
 (0)