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
802 stars 43 forks source link

More App Functionality #17

Closed nzoschke closed 6 years ago

nzoschke commented 6 years ago

There's still more functionality to port over:

I'm also considering including:

This could be a nice demo of multiple stacks and export, where the S3 bucket is an export the app can import.

nzoschke commented 6 years ago

Auth and worker API will land in #45. I'll open KMS env as it's own issue.