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.

asked 2 years ago241 views
1 Answer
0

Are you using the latest version of the SDK? Function URLs are fairly new.

EXPERT
answered 2 years ago
  • Thank you @skinsman. Yeah I did update the AWS-SDK version (v 2.1141.0 on npm). It still doesn't work :(

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.

Guidelines for Answering Questions