|
Hi, is there an example of how to deploy Did I miss something? |
Answered by
bnusunny
Apr 20, 2024
Replies: 2 comments
|
Yes, this example only creates a Lambda function. You need to create an API Gateway separately. There are examples of how to create an API Gateway + Lambda Authorizer + Lambda function. Such as this one on ServerlessLand. |
0 replies
Answer selected by
hffmnn
|
Thanks a lot. It works with this example using e.g. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this example only creates a Lambda function. You need to create an API Gateway separately.
There are examples of how to create an API Gateway + Lambda Authorizer + Lambda function. Such as this one on ServerlessLand.