Skip to content

Comment on Show HN: Deta – A cloud platform for building and deploying appsparent

Comments

Are you running your own hardware or on top of a bigger cloud?

If it's your own hardware, where is the datacenter and how many do you have?

We use AWS for now and are available in 5 regions. It makes more sense for a small team like us :)

That makes a ton of sense. Thanks! Does that mean you'll make it possible to access other AWS services?

Yes, kind of. We put a lot of emphasis on offering a great developer experience/docs/SDKs (even for new comers and front-end devs), so might abstract some things.

Our upcoming product is a file storage/CDN service that's backed by S3.

The code will look bit like:

    from deta import Drive
    files = Drive()
    files.put("myresume.pdf", "./resume.pdf")
From inside a Micro, this will just work and have the right permissions set.

For enterprise customers, we could offer direct access to AWS resources and Deta could run in their own AWS account.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.