silverton-io / buz

Serverless multi-protocol + multi-destination event collection system.
https://buz.dev/
Apache License 2.0
195 stars 23 forks source link

Terraform Guide AWS Lambda #392

Closed dehume closed 1 year ago

jakthom commented 2 years ago

@dehume i just started checking out https://aws.amazon.com/apprunner/ and it looks like it will fit our needs perrrrfectly.

jakthom commented 2 years ago

It does look like we won't be able to mount secrets though - it only allows for env vars to be passed.

Which is ok. I'll work on env-based config

dehume commented 2 years ago

@dehume i just started checking out https://aws.amazon.com/apprunner/ and it looks like it will fit our needs perrrrfectly.

Interesting. I had started on the image based lambda but never used app runner before. Will be a fun experiment this week

jakthom commented 2 years ago

I think (but haven't verified) this could be a drop-in for running the (gin) app directly in lambda as well: https://github.com/apex/gateway

Definitely looks promising w/r/t lambda.