nzoschke / gofaas

A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
Apache License 2.0
800 stars 43 forks source link

Wishlist #34

Open mwarkentin opened 6 years ago

mwarkentin commented 6 years ago

What are the things that still feel painful to you and that you hope AWS fixes in the next 6-12 months?

andy9775 commented 6 years ago

@mwarkentin correctly if I'm wrong by it doesn't seem possible to launch a lambda function without using some sort of CLI? My goal here is to automate the process of deploying (standard) lambda functions programmatically but to also store the function URL so that I can use my own proxy to access it. This way I don't have to access via x19vpdk568.execute-api.us-east-1.amazonaws.com/Prod but rather nice-subdomain.my-site.com for instance hence the need to get and save the execute-api url.