Skip to content

Commit 85a93c6

Browse files
authored
Merge pull request #294 from dd-ssc/patch-1
fix function name in code sample
2 parents 2eb6fa7 + dc96abc commit 85a93c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/python-package-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ You can now delete the resources that you created for this tutorial, unless you
434434
+ Use the [delete\-function](https://docs.aws.amazon.com/cli/latest/reference/lambda/delete-function.html) command\.
435435

436436
```
437-
aws lambda delete-function --function-name my-function
437+
aws lambda delete-function --function-name my-sourcecode-function
438438
```
439439

440440
This command produces no output\.
@@ -451,4 +451,4 @@ You can now delete the resources that you created for this tutorial, unless you
451451

452452
```
453453
aws iam delete-role --role-name lambda-ex
454-
```
454+
```

0 commit comments

Comments
 (0)