When developing services that talk to AWS (S3, SQS, DynamoDB, etc.), run those AWS services LOCALLY via LocalStack rather than (a) letting the app fail when AWS calls happen, (b) faking the data, or (c) sharing a dev AWS account. Recipe is a small docker-compose service, an init script that creates
When developing services that talk to AWS (S3, SQS, DynamoDB, etc.), run those AWS services LOCALLY via LocalStack rather than (a) letting the app fail when AWS calls happen, (b) faking the data, or (c) sharing a dev AWS account. Recipe is a small docker-compose service, an init script that creates the resources at startup, and a client wrapper that targets the local endpoint or the real AWS based