|
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 |
|
@@ -175,8 +175,8 @@ make invoke_lambda \
|
175 | 175 | | AWS_PROFILE | An AWS AIM profile you create to authenticate to your account. | default |
|
176 | 176 | | IAM_ROLE_NAME | The execution role created that will be assumed by the Lambda. | lambda_sprinter_basic_execution |
|
177 | 177 | | AWS_BUCKET | The AWS S3 bucket where the layer and lambdas zip files get uploaded. | aws-lambda-swift-sprinter |
|
178 |
| -| SWIFT_VERSION | Version of Swift used / Matches Dockerfile location too from `docker/` folder. | 5.1.3 | |
179 |
| -| LAYER_VERSION | Version of the Swift layer that will be created and uploaded for the Lambda to run on. | 5-1-3 | |
| 178 | +| SWIFT_VERSION | Version of Swift used / Matches Dockerfile location too from `docker/` folder. | 5.1.4 | |
| 179 | +| LAYER_VERSION | Version of the Swift layer that will be created and uploaded for the Lambda to run on. | 5-1-4 | |
180 | 180 | | SWIFT_EXECUTABLE | Name of the binary file. | HelloWorld |
|
181 | 181 | | SWIFT_PROJECT_PATH | Path to your Swift project. | Examples/HelloWorld |
|
182 | 182 | | LAMBDA_FUNCTION_NAME | Display name of your Lambda in AWS. | HelloWorld |
|
@@ -459,8 +459,8 @@ Stop the docker-compose test environment
|
459 | 459 |
|
460 | 460 | ### Configure:
|
461 | 461 | - Go to `AWS Lambda -> Layers` in AWS Console and create a new layer from scratch
|
462 |
| -- Enter layer name "swift-lambda-runtime-5-1-3" |
463 |
| -- Upload the zip file `build/swift-lambda-runtime-5-1-3.zip` |
| 462 | +- Enter layer name "swift-lambda-runtime-5-1-4" |
| 463 | +- Upload the zip file `build/swift-lambda-runtime-5-1-4.zip` |
464 | 464 | - Leave "Compatible runtimes" empty.
|
465 | 465 | - Click "Create"
|
466 | 466 | - Copy the `arn` from the created layer, it's required to set up the lambda.
|
|
0 commit comments