Skip to content

Commit dc96abc

Browse files
authored
fix function name in code sample
1 parent e3e1d09 commit dc96abc

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)