Skip to content

Commit 0a106b3

Browse files
authored
Merge pull request #240 from orozcoadrian/patch-1
fix typo
2 parents e31002d + d48554f commit 0a106b3

File tree

6 files changed

+12
-12
lines changed
  • aws-serverless-jersey-archetype/src/main/resources/archetype-resources
  • aws-serverless-spark-archetype/src/main/resources/archetype-resources
  • aws-serverless-spring-archetype/src/main/resources/archetype-resources
  • aws-serverless-springboot-archetype/src/main/resources/archetype-resources
  • aws-serverless-springboot2-archetype/src/main/resources/archetype-resources
  • aws-serverless-struts2-archetype/src/main/resources/archetype-resources

6 files changed

+12
-12
lines changed

aws-serverless-jersey-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-jersey-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+
```

aws-serverless-spark-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-spark-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+
```

aws-serverless-spring-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-spring-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+
```

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+
```

aws-serverless-springboot2-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-springboot2-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+
```

aws-serverless-struts2-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-struts2-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)