Skip to content

Commit 639b9e1

Browse files
author
Michal Ploski
committed
Add actioniable suggestion to implement authorization for quickstart example
1 parent 917f8bb commit 639b9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Our Lambda code consists of an entry point function named `lambda_handler`, and
7676
When API Gateway receives a request, Lambda will call our `lambda_handler` function, subsequently calling the `hello` function. API Gateway will use this response to return the correct HTTP Status Code and payload back to the caller.
7777
The SAM model configures API Gateway, which redirects traffic to Lambda for one path only: `hello`.
7878
!!! Warning
79-
For simplicity, we do not set up authentication and authorisation in the example!
79+
For simplicity, we do not set up authentication and authorization in the example! Feel free to [implement](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-controlling-access-to-apis.html) it on your own.
8080
### Run your code
8181
At each point, you have two ways to run your code. Locally and within your AWS account. Given that we use SAM, the two methods are just as simple.
8282
#### Local test

0 commit comments

Comments
 (0)