Skip to content

Commit 3e57df7

Browse files
authored
Merge pull request #421 from william-davies/patch-2
Fix typo
2 parents 62c07b0 + 2494e62 commit 3e57df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/with-sqs-create-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Build the executable with `go build` and create a deployment package\. For instr
135135

136136
## Python<a name="with-sqs-example-deployment-pkg-python"></a>
137137

138-
The following is example Python code that accepts an Amazon SQS record as input and processes it\. For illustration, the code writes to some of the incoming event data to CloudWatch Logs\.
138+
The following is example Python code that accepts an Amazon SQS record as input and processes it\. For illustration, the code writes some of the incoming event data to CloudWatch Logs\.
139139

140140
**Example ProcessSQSRecords\.py**
141141

@@ -149,4 +149,4 @@ def lambda_handler(event, context):
149149
print(str(payload))
150150
```
151151

152-
Zip up the sample code to create a deployment package\. For instructions, see [Deploy Python Lambda functions with \.zip file archives](python-package.md)\.
152+
Zip up the sample code to create a deployment package\. For instructions, see [Deploy Python Lambda functions with \.zip file archives](python-package.md)\.

0 commit comments

Comments
 (0)