|
1 | 1 | # aws-lambda-swift-sprinter |
2 | 2 |
|
3 | | -[](https://swift.org/download/) [](https://swift.org/download/)   |
| 3 | +[](https://swift.org/download/) [](https://swift.org/download/)   |
4 | 4 |
|
5 | 5 |  |
6 | 6 |
|
@@ -173,8 +173,8 @@ make invoke_lambda \ |
173 | 173 | | AWS_PROFILE | An AWS AIM profile you create to authenticate to your account. | default | |
174 | 174 | | IAM_ROLE_NAME | The execution role created that will be assumed by the Lambda. | lambda_sprinter_basic_execution | |
175 | 175 | | AWS_BUCKET | The AWS S3 bucket where the layer and lambdas zip files get uploaded. | aws-lambda-swift-sprinter | |
176 | | -| SWIFT_VERSION | Version of Swift used / Matches Dockerfile location too from `docker/` folder. | 5.1.1 | |
177 | | -| LAYER_VERSION | Version of the Swift layer that will be created and uploaded for the Lambda to run on. | 5-1-1 | |
| 176 | +| SWIFT_VERSION | Version of Swift used / Matches Dockerfile location too from `docker/` folder. | 5.1.2 | |
| 177 | +| LAYER_VERSION | Version of the Swift layer that will be created and uploaded for the Lambda to run on. | 5-1-2 | |
178 | 178 | | SWIFT_EXECUTABLE | Name of the binary file. | HelloWorld | |
179 | 179 | | SWIFT_PROJECT_PATH | Path to your Swift project. | Examples/HelloWorld | |
180 | 180 | | LAMBDA_FUNCTION_NAME | Display name of your Lambda in AWS. | HelloWorld | |
@@ -372,8 +372,8 @@ make update_lambda |
372 | 372 |
|
373 | 373 | ### Configure: |
374 | 374 | - Go to `AWS Lambda -> Layers` in AWS Console and create a new layer from scratch |
375 | | -- Enter layer name "swift-lambda-runtime-5-1-1" |
376 | | -- Upload the zip file `build/swift-lambda-runtime-5-1-1.zip` |
| 375 | +- Enter layer name "swift-lambda-runtime-5-1-2" |
| 376 | +- Upload the zip file `build/swift-lambda-runtime-5-1-2.zip` |
377 | 377 | - Leave "Compatible runtimes" empty. |
378 | 378 | - Click "Create" |
379 | 379 | - Copy the `arn` from the created layer, it's required to set up the lambda. |
|
0 commit comments