Skip to content

Commit

Permalink
fix typo (#691)
Browse files Browse the repository at this point in the history
"lambda" instead of "lamba"
  • Loading branch information
bsenst authored Jul 13, 2023
1 parent 1579b18 commit 9e727f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/user-guide/aws/lambda/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Enter the following command to create a new Lambda function:
{{< command >}}
$ zip function.zip index.js
$ awslocal lambda create-function \
--function-name localstack-lamba-url-example \
--function-name localstack-lambda-url-example \
--runtime nodejs18.x \
--zip-file fileb://function.zip \
--handler index.handler \
Expand All @@ -70,7 +70,7 @@ With the Function URL property, there is now a new way to call a Lambda Function

{{< command >}}
$ awslocal lambda create-function-url-config \
--function-name localstack-lamba-url-example \
--function-name localstack-lambda-url-example \
--auth-type NONE
{{< / command >}}

Expand Down

0 comments on commit 9e727f8

Please sign in to comment.