Skip to content

Enable function URL for container based lambda

0

I have a simple lambda that I would like to enable function URL to assign an HTTPS endpoint; however, it is a container-based lambda, and I don't see enable function URL as an option in the Advanced settings.

Do I have to use API Gateway to assign an endpoint to container-based lambdas or is there some other way to make it accessible?

1 Answer
0

You can find the function URL configuration at Function -> Configuration Tab -> Function URL, you can refer the screenshot below

I've tested this feature with container-based lambda.

Function URL for Container based Lambda functions

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.