logoalt Hacker News

matus_congradylast Monday at 11:32 AM0 repliesview on HN

v3 of https://stacktape.com

Stacktape is a PaaS that deploy to user's own AWS account.

v3 adds many new features, but namely the ability to generate IaC config directly from code, by analyzing the user's repository (both deterministically and using multiple AI techniques).

For example, if it assumes your application is a Web API that uses Postgres and Redis, it will create a Stacktape IaC config that deploys Fargate container, load balancer, Aurora Serverless v2 Postgres and Elasticache Redis (behind the scenes it will also configure things like networking, VPC, security groups, IAM, etc.)

Launching this weekend.