gofaas icon indicating copy to clipboard operation
gofaas copied to clipboard

A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).

Results 21 gofaas issues
Sort by recently updated
recently updated
newest added

It might be nice to display the CloudFormation deploy change set: Something like this but it needs to wait for the change set execute like `cloudformation deploy` does. ```Makefile deploy:...