Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit b3bb204

Browse files
committed
Documentation adjustments
1 parent 4bf8db5 commit b3bb204

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,13 @@ make invoke_lambda \
163163
SWIFT_EXECUTABLE=HTTPSRequest \
164164
SWIFT_PROJECT_PATH=Examples/HTTPSRequest \
165165
LAMBDA_FUNCTION_NAME=HTTPSRequest \
166-
LAMBDA_HANDLER=${SWIFT_EXECUTABLE}.getHttps
166+
LAMBDA_HANDLER=HTTPSRequest.getHttps
167167
```
168168

169169
### Parameters you can pass
170170

171171
| Key | Usage | Default |
172172
| --- | --- | --- |
173-
| AWS_BUCKET | The AWS S3 bucket where your lambda artifacts get uploaded. | my-s3-bucket |
174173
| AWS_PROFILE | An AWS AIM profile you create to authenticate to your account. | default |
175174
| SWIFT_VERSION | Version of Swift used / Matches Dockerfile location too from `docker/` folder. | 5.1 |
176175
| LAYER_VERSION | Version of the Swift layer that will be created and uploaded for the Lambda to run on. | 5-1 |

0 commit comments

Comments
 (0)