Live data from Hacker News

Floci – A free, open-source local AWS emulator

github.com

21–30 of 106 posts

Re: Floci – A free, open-source local AWS emulator

#23
post #19
post #12

Cloud providers like AWS, GCP, and Azure should offer local emulators for development. This would encourage developers to utilize their services more. I currently work with several AWS serverless stacks that are challenging or even impossible to integration test locally. While Localstack provide a decent solution, it seems like a service that AWS should offer to enhance the developer experience. They’d also be in the…

They should... put work into sacrificing revenue?

It's not clear that it would be a net-negative on the revenue.

It could encourage more development and adoption and lead to being a net-positive for the revenue.

Re: Floci – A free, open-source local AWS emulator

#24
post #23
post #19

Earlier quoted context omitted.

They should... put work into sacrificing revenue?

It's not clear that it would be a net-negative on the revenue. It could encourage more development and adoption and lead to being a net-positive for the revenue.

It's a fair point but iff you neglect that the overwhelming revenue drivers for these services are large corps who are already locked-in. Devx doesn't matter at all once you're there.

The myopathy among us "online people" is assuming number of voices here and elsewhere correlate to revenue.

It does not.

Re: Floci – A free, open-source local AWS emulator

#25

If I wanted to follow a tutorial or book but could not afford AWS, could this tool be used as a substitute for AWS functionality?

Aws has lots of free. What would you need to pay for?

A credit card on file is required to use free tier and it is still a barrier for many.

Re: Floci – A free, open-source local AWS emulator

#26

If I wanted to follow a tutorial or book but could not afford AWS, could this tool be used as a substitute for AWS functionality?

Aws has lots of free. What would you need to pay for?

Its pretty easy to step over those limits.

Also localhost and presumably this are good for validating your logic before you throw in roles, network and everything else that can be an issue on AWS.

Confirm it runs in this, and 99% of the time the issue when you deploy is something in the AWS config, not your logic.

Re: Floci – A free, open-source local AWS emulator

#27
post #25

Earlier quoted context omitted.

Aws has lots of free. What would you need to pay for?

A credit card on file is required to use free tier and it is still a barrier for many.

The real barrier for me is that I can’t set a hard spending limit.

Re: Floci – A free, open-source local AWS emulator

#28
post #26

Earlier quoted context omitted.

Aws has lots of free. What would you need to pay for?

Its pretty easy to step over those limits. Also localhost and presumably this are good for validating your logic before you throw in roles, network and everything else that can be an issue on AWS. Confirm it runs in this, and 99% of the time the issue when you deploy is something in the AWS config, not your logic.

>> "It's pretty easy to step over those limits."

Exactly, especially when people are starting out, don't have a clear understanding of the inner workings of the system for whatever reason. Jobs are getting harder to find nowadays and if during learning, you make one mistake, you either pay or the learning stops.

Re: Floci – A free, open-source local AWS emulator

#30
post #12

Cloud providers like AWS, GCP, and Azure should offer local emulators for development. This would encourage developers to utilize their services more. I currently work with several AWS serverless stacks that are challenging or even impossible to integration test locally. While Localstack provide a decent solution, it seems like a service that AWS should offer to enhance the developer experience. They’d also be in the…

Microsoft used to with their Azure Service Dev Kit. the ASDK was a single-node "sandbox" meant to emulate the entire Azure cloud locally. They may have something similar now but paired back
Post reply on HN