Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dunedan
2040 days ago
DynamoDB and AWS Step Functions are notable exceptions to the fact that AWS services are usually not available locally. The vast majority of AWS services isn't available outside of AWS.
1 comments
zerubeus
2040 days ago
I have a local tool for every AWS service just tell what are you looking for, for example I use
https://github.com/softwaremill/elasticmq
to emulate SQS locally
link
viraptor
2040 days ago
There's also
https://github.com/localstack/localstack
for the heavier services.
link