aws-lambda-url-with-powertools

$ cdk deploy SimpleWebSite/AppInfra

The functions list in the AWS Lambda console, click simple-lambda-web, then go to Configuration -> Function URL Copy the Function URL

Pic 1.

go to Configuration -> Environment variables, there will be LAMBDA_FUNCTION_URL key with YOUR_LAMBDA_URL value, replace YOUR_LAMBDA_URL with the Function URL you just copied.

Pic 2.