Skip to content

Commit

Permalink
feat: native Spring Web workloads (aws#335) - update README for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Jan 25, 2024
1 parent 4ff8c41 commit 9be742a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/springboot3/pet-store-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ You first need to build the function, then you will deploy it to AWS Lambda.

### Step 1 - Build the native image

Before starting the build, you must clone or download the code in **function-sample-aws-native**.
Before starting the build, you must clone or download the code in **pet-store-native**.

1. Change into the project directory: `samples/springboot3/function-sample-aws-serverless-web-native`
1. Change into the project directory: `samples/springboot3/pet-store-native`
2. Run the following to build a Docker container image which will be used to create the Lambda function zip file.
```
docker build -t "al2-graalvm21:native-web" .
Expand Down

0 comments on commit 9be742a

Please sign in to comment.