I realised that my uri under the x-amazon-apigateway-integration:
attribute is not quite correct. I need to find the full ARN for the Lambda function that is created by this serverless project.
How can I dynamically refer to the lambda Arn in there? I am trying ${self:functions.hello.arn}
without any success.