Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
getFunctionUrlConfig doesn't work as expected
0
Trying to use the function getFunctionUrlConfig with correct FunctionName param. Keep getting 404 ResourceNotFoundException even though the same param works with other functions like getFunctionEventInvokeConfig. Is it a permission thing on the lambda? Using NodeJS and AWS SDK.
Thank you @skinsman. Yeah I did update the AWS-SDK version (v 2.1141.0 on npm). It still doesn't work :(