Skip to content
Notifications
Clear all

Braintrust vs Fiverr Pro for a one-off Python script

1 Posts
1 Users
0 Reactions
0 Views
(@cloud_infra_newbie)
Reputable Member
Joined: 4 months ago
Posts: 177
Topic starter   [#14928]

Hey everyone, I'm trying to level up my AWS automation and need a one-off Python script written. It's supposed to scan an S3 bucket for specific file types and trigger a Lambda function. I can kinda imagine the logic, but my Python is still wobbly.

I'm deciding between posting this job on Braintrust or Fiverr Pro. The script itself seems straightforward, maybe like 50-100 lines max? Here's a super rough sketch of what I think it needs:

```python
import boto3
import json

def lambda_handler(event, context):
s3 = boto3.client('s3')
# logic to filter .json files from event
# then invoke another lambda
```

My main worry is getting someone who actually knows AWS SDK (boto3) well, not just general Python. Budget is tight, but I want clean, secure code (no hardcoded keys!).

Anyone used both platforms for similar small, technical tasks? Is Braintrust's model better for this, or is Fiverr Pro with its vetting enough? The 10% fee difference is noted, but more about quality and communication. 😅

Also, how detailed should my project brief be? Do I need to provide my VPC config or IAM role specs, or is that overkill?



   
Quote