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?
Floci – A free, open-source local AWS emulator
21–30 of 106 posts
Re: Floci – A free, open-source local AWS emulator
#22Re: Floci – A free, open-source local AWS emulator
#23Cloud 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 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
#24Earlier 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.
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
#25Re: Floci – A free, open-source local AWS emulator
#26If 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?
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
#27Re: Floci – A free, open-source local AWS emulator
#28Earlier 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.
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
#29Re: Floci – A free, open-source local AWS emulator
#30Cloud 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…