|
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.2 | |
177 | | -| LAYER_VERSION | Version of the Swift layer that will be created and uploaded for the Lambda to run on. | 5-1-2 | |
| 176 | +| SWIFT_VERSION | Version of Swift used / Matches Dockerfile location too from `docker/` folder. | 5.1.3 | |
| 177 | +| LAYER_VERSION | Version of the Swift layer that will be created and uploaded for the Lambda to run on. | 5-1-3 | |
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 | |
@@ -457,8 +457,8 @@ Stop the docker-compose test environment |
457 | 457 |
|
458 | 458 | ### Configure: |
459 | 459 | - Go to `AWS Lambda -> Layers` in AWS Console and create a new layer from scratch |
460 | | -- Enter layer name "swift-lambda-runtime-5-1-2" |
461 | | -- Upload the zip file `build/swift-lambda-runtime-5-1-2.zip` |
| 460 | +- Enter layer name "swift-lambda-runtime-5-1-3" |
| 461 | +- Upload the zip file `build/swift-lambda-runtime-5-1-3.zip` |
462 | 462 | - Leave "Compatible runtimes" empty. |
463 | 463 | - Click "Create" |
464 | 464 | - Copy the `arn` from the created layer, it's required to set up the lambda. |
|
0 commit comments