DEV Community

Discussion on: How to Create Lambda function URLs

Collapse
 
racheal profile image
Racheal Walker

hey,
you can do this as well.
Steps to create Lambda Function URLs
1.Open the Functions page of the Lambda console.
2.Choose the name of the function that you want to create the function URL for.
3.Choose the Configuration tab, and then choose Function URL.
4.Choose Create function URL.
5.For Auth type, choose AWS_IAM or NONE. For more information about function URL authentication, see Security and auth model.
6.(Optional) Select Configure cross-origin resource sharing (CORS), and then configure the CORS settings for your function URL. For more information about CORS, see Cross-origin resource sharing (CORS).
7.Choose Save

Collapse
 
lasanthasilva profile image
Lasantha Sanjeewa Silva

Thanks for your information.