RemotePixel / remotepixel-tiler

Sentinel / Landsat / CBERS serverless tile server
BSD 3-Clause "New" or "Revised" License
42 stars 17 forks source link

switch back to serverless #8

Closed vincentsarago closed 5 years ago

DanSchoppe commented 5 years ago

Just curious, did you have a bad experience with Terraform? I've been using it for about a year now and like it so far 😄

vincentsarago commented 5 years ago

👋 @DanSchoppe so lately with the update to terraform 0.12 everything broke and I had hard time to recover.

I switched to terraform to overcome some serverless issue with API Gateway binary response and thus I created https://github.com/developmentseed/tf-lambda-proxy-apigw to make everything easier. But then terraform update happened and also it's now simpler to set binary response in serverless https://github.com/developmentseed/cogeo-mosaic/blob/master/serverless.yml#L30-L32

I really tried to embrace Terraform but now it's giving me hard time.

DanSchoppe commented 5 years ago

Cool, thanks for the insight! I understand the 0.12 pain, it cost me a full day to upgrade all my team's modules.

Hope serverless goes smoother for you!