Hacker News new | ask | show | jobs
by MrPowers 1917 days ago
Yep, agreed. Go is a great language for AWS Lambda type workflows.

Python isn't as great (Python Lambda Layers built on Macs don't always work). AWS Data Wrangler (https://github.com/awslabs/aws-data-wrangler) provides pre-built layers, which is a work around, but something that's as portable as Go would be the best solution.

1 comments

Love awswrangler. I use that over boto whenever I have the opportunity.