Amazon web services – How to specify API Gateway URL in cloudformation script
I am using cloudformation script yaml file to create resources on AWS dev account. My goal is to create a lambda function with API gateway endpoint. The lambda function is created successfully and also the gateway within it. But when…