AWS Lambda Function URL support please

Hi,

AWS recently released AWS Lambda Function URLs, and I hope that the Serverless Framework can someday support it too, despite I know that Serverless Framework is meant to be a generic tool.

Thanks for considering

See:

I haven’t used it, but function URLs are in the docs:

	
functions:
  func:
    handler: index.handler
    url: true
1 Like

Yep, that works like a charm. Thanks a lot!